inital
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[flake8]
|
||||
max-line-length = 100
|
||||
exclude =
|
||||
.git,
|
||||
__pycache__,
|
||||
.venv,
|
||||
venv,
|
||||
env,
|
||||
migrations,
|
||||
build,
|
||||
dist,
|
||||
*.egg-info
|
||||
ignore =
|
||||
E203, # whitespace before ':'
|
||||
E501, # line too long (handled by black)
|
||||
W503, # line break before binary operator
|
||||
W504 # line break after binary operator
|
||||
per-file-ignores =
|
||||
__init__.py:F401
|
||||
Reference in New Issue
Block a user