xoxys.general/.flake8
Robert Kaussow 8aacd6b34f
Some checks failed
continuous-integration/drone/push Build is failing
chore: exclude B902 in flake8
2021-02-19 13:43:50 +01:00

20 lines
389 B
INI

[flake8]
ignore = D101, D102, D103, D105, D107, D202, E402, W503, B902
max-line-length = 99
inline-quotes = double
exclude =
.git
.tox
__pycache__
build
dist
test
*.pyc
*.egg-info
.cache
.eggs
env*
iptables_raw.py
application-import-names = ansiblelater
format = ${cyan}%(path)s:%(row)d:%(col)d${reset}: ${red_bold}%(code)s${reset} %(text)s