[Add]flake8 setting file

This commit is contained in:
vn.py 2019-02-23 22:22:56 +08:00
parent b1c06db847
commit 00da4e8bbc
2 changed files with 8 additions and 1 deletions

7
.flake8 Normal file
View 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

View File

@ -1 +1 @@
__version__ == "2.0"
__version__ = "2.0"