mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
add 'INT' rule to errors checking
This commit is contained in:
parent
3c7b3591a4
commit
e4c469a1e2
@ -21,7 +21,7 @@ quote-style = 'single'
|
||||
|
||||
[tool.ruff.lint]
|
||||
ignore = ['E402', 'E722', 'E741', 'E401']
|
||||
select = ['E', 'F', 'I', 'W']
|
||||
select = ['E', 'F', 'I', 'W', 'INT']
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"src/calibre/ebooks/unihandecode/*codepoints.py" = ['E501', 'W191']
|
||||
|
Loading…
x
Reference in New Issue
Block a user