mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
0da36a9835
commit
c373d8c93d
@ -5,7 +5,7 @@ builtins = ['_']
|
|||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
ignore = ['E741', 'E402', 'E722', 'E401']
|
ignore = ['E741', 'E402', 'E722', 'E401']
|
||||||
select = ['E', 'F', 'I']
|
select = ['E', 'F']
|
||||||
|
|
||||||
[tool.ruff.lint.per-file-ignores]
|
[tool.ruff.lint.per-file-ignores]
|
||||||
"src/calibre/ebooks/unihandecode/unicodepoints.py" = ["E501"]
|
"src/calibre/ebooks/unihandecode/unicodepoints.py" = ["E501"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user