convert tab indent to space (manual)

ruff 'W191'
This commit is contained in:
un-pogaz 2025-01-24 11:14:10 +01:00
parent a741f8a34c
commit c10d407f59
3 changed files with 1712 additions and 1712 deletions

View File

@ -24,7 +24,7 @@ ignore = ['E402', 'E722', 'E741']
select = ['E', 'F', 'I', 'W', 'INT']
[tool.ruff.lint.per-file-ignores]
"src/calibre/ebooks/unihandecode/*codepoints.py" = ['E501', 'W191']
"src/calibre/ebooks/unihandecode/*codepoints.py" = ['E501']
"src/qt/*.py" = ['I']
"src/qt/*.pyi" = ['I']

View File

@ -21,7 +21,7 @@ ignore = ['E402', 'E722', 'E741']
select = ['E', 'F', 'I', 'W', 'INT']
[lint.per-file-ignores]
"src/calibre/ebooks/unihandecode/*codepoints.py" = ['E501', 'W191']
"src/calibre/ebooks/unihandecode/*codepoints.py" = ['E501']
"src/qt/*.py" = ['I']
"src/qt/*.pyi" = ['I']

File diff suppressed because it is too large Load Diff