mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
various whitespace (auto-fix)
ruff 'E201,E202,E211,E251,E275'
This commit is contained in:
parent
fb0a290127
commit
41cee6f02d
@ -39,6 +39,7 @@ select = [
|
||||
'E302', 'E303', 'E304', 'E305', 'W391', # blank-line standard
|
||||
'E111', 'E112', 'E113', 'E117', # code indentation
|
||||
'E114', 'E115', 'E116', 'E261', 'E262', 'E265', # comment formating
|
||||
'E201', 'E202', 'E211', 'E251', 'E275', # various whitespace
|
||||
]
|
||||
unfixable = ['PIE794']
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user