mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[python] disable some more whitespace-related lints
This commit is contained in:
parent
656b1d74a3
commit
e5a5579a10
1 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,14 @@ ignore =
|
|||
E121
|
||||
# Hanging indent on a continuation line is unaligned
|
||||
E131
|
||||
# Whitespace before a comma
|
||||
E203
|
||||
# Multiple spaces before an operator
|
||||
E221
|
||||
# Multiple spaces after an operator
|
||||
E222
|
||||
# Whitespace after a comma
|
||||
E241
|
||||
# Import not at the top of the file
|
||||
E402
|
||||
# Line too long
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue