This commit is contained in:
parent
781a9b6c08
commit
4c99282aef
14
setup.cfg
14
setup.cfg
@ -21,3 +21,17 @@ install_requires =
|
|||||||
|
|
||||||
[options.packages.find]
|
[options.packages.find]
|
||||||
include = pyWebLayout*
|
include = pyWebLayout*
|
||||||
|
|
||||||
|
[flake8]
|
||||||
|
exclude =
|
||||||
|
venv,
|
||||||
|
build,
|
||||||
|
dist,
|
||||||
|
.git,
|
||||||
|
__pycache__,
|
||||||
|
.pytest_cache,
|
||||||
|
*.egg-info
|
||||||
|
max-line-length = 120
|
||||||
|
extend-ignore = E203
|
||||||
|
per-file-ignores =
|
||||||
|
*:F841
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user