Dont ignore removed ruff linting rule

This commit is contained in:
Kovid Goyal 2025-09-14 19:09:44 +05:30
parent 90ab77e21a
commit 5ef384300d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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
]