2022-07-12 21:49:28 +03:00
|
|
|
[flake8]
|
|
|
|
ignore =
|
|
|
|
E501 # line too long, defer to black
|
|
|
|
W503 # allow line breaks before binary ops
|
|
|
|
W504 # allow line breaks after binary ops
|
|
|
|
E203 # allow whitespace before ':' (https://github.com/psf/black#slices)
|
|
|
|
exclude =
|
|
|
|
.bzr
|
|
|
|
.git
|
|
|
|
.hg
|
|
|
|
.svn
|
|
|
|
.tox
|
|
|
|
CVS
|
|
|
|
.venv*/
|
|
|
|
venv*/
|
|
|
|
target
|
|
|
|
__pycache__
|
2022-12-25 01:01:38 +03:00
|
|
|
*/build/lib/*
|