Remove unneeded exclusion

This commit is contained in:
Kovid Goyal 2025-01-27 11:13:41 +05:30
parent 024b9cc0fd
commit 25ed9a53f9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 9 additions and 10 deletions

View File

@ -53,7 +53,6 @@ unfixable = ['PIE794', 'ISC001']
"src/calibre/ebooks/unihandecode/*codepoints.py" = ['E501']
"src/calibre/ebooks/metadata/sources/*" = ['UP']
"src/calibre/ebooks/metadata/sources/base.py" = ['RET501']
"src/calibre/ebooks/pdf/reflow.py" = ['E114']
"src/calibre/gui2/store/stores/*" = ['UP']
"src/qt/*.py" = ['I', 'E302']
"src/qt/*.pyi" = ['I']