mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
16 lines
364 B
INI
16 lines
364 B
INI
[flake8]
|
|
ignore =
|
|
# Indent is not a multiple of 4
|
|
E111
|
|
# Indent is not a multiple of 4 for comments
|
|
E114
|
|
# Indent for continuation lines is smaller than expected
|
|
E121
|
|
# Import not at the top of the file
|
|
E402
|
|
# Line too long
|
|
E501
|
|
# Newline before a binary operator
|
|
W503
|
|
# Newline after a binary operator
|
|
W504
|