mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-12-27 07:10:19 -05:00
Dont ignore removed ruff linting rule
This commit is contained in:
parent
90ab77e21a
commit
5ef384300d
@ -38,7 +38,7 @@ quote-style = 'single'
|
||||
explicit-preview-rules = true
|
||||
ignore = [
|
||||
'E402', 'E741',
|
||||
'UP012', 'UP030', 'UP038', 'C413', 'C420', 'PIE790', 'ISC003',
|
||||
'UP012', 'UP030', 'C413', 'C420', 'PIE790', 'ISC003',
|
||||
'RUF001', 'RUF002', 'RUF003', 'RUF005', 'RUF012', 'RUF013', 'RUF015', 'RUF031', 'RUF100',
|
||||
'RUF059', # unused unpacked variable
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user