mirror of
https://github.com/xtream1101/humblebundle-downloader.git
synced 2024-11-20 08:49:17 +01:00
27 lines
298 B
INI
27 lines
298 B
INI
|
[tox]
|
||
|
envlist = flake8
|
||
|
|
||
|
|
||
|
[testenv:flake8]
|
||
|
basepython = python3
|
||
|
deps =
|
||
|
flake8
|
||
|
pep8-naming
|
||
|
commands =
|
||
|
flake8 .
|
||
|
|
||
|
[flake8]
|
||
|
ignore = W503
|
||
|
exclude =
|
||
|
.tox,
|
||
|
.git,
|
||
|
__pycache__,
|
||
|
build,
|
||
|
dist,
|
||
|
*.pyc,
|
||
|
*.egg-info,
|
||
|
.cache,
|
||
|
.eggs,
|
||
|
examples/
|
||
|
max-line-length = 80
|