[Add]flake8 setting file
This commit is contained in:
parent
b1c06db847
commit
00da4e8bbc
7
.flake8
Normal file
7
.flake8
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[flake8]
|
||||||
|
exclude = __pycache__,__init__.py
|
||||||
|
ignore =
|
||||||
|
E501 line too long, fixed by black
|
||||||
|
W503 line break before binary operator
|
||||||
|
W293 blank line contains whitespace
|
||||||
|
W291 trailing whitespace
|
@ -1 +1 @@
|
|||||||
__version__ == "2.0"
|
__version__ = "2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user