xoxys.general/.flake8

20 lines
383 B
Plaintext
Raw Normal View History

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