Commit 72c20a76 by Bjorn Neergaard Committed by Arun Babu Neelicattu

ci: uncult .flake8

parent fdc00896
[flake8] [flake8]
max-line-length = 88 min_python_version = 3.6.0
ignore = E501, E203, W503 ignore =
# E501: Line too long
E501,
# W503: Line break occurred before a binary operator
W503
per-file-ignores = per-file-ignores =
# F401: Module imported by unused
__init__.py:F401 __init__.py:F401
tests/console/commands/debug/test_resolve.py:W291
exclude = exclude =
.git */fixtures/**/setup.py
__pycache__ .git,
setup.py .github,
build .mypy_cache,
dist .pytest_cache,
releases .tox,
.venv .venv,
.tox .vscode,
.mypy_cache __pycache__,
.pytest_cache dist,
.vscode
.github
poetry/utils/_compat.py
poetry/utils/env_scripts/tags.py
tests/fixtures/
tests/repositories/fixtures/
tests/utils/fixtures/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment