add 'INT' rule to errors checking

This commit is contained in:
un-pogaz 2024-12-16 19:10:55 +01:00
parent 3c7b3591a4
commit e4c469a1e2

View File

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