mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-07 08:34:00 +01:00
8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
|
[flake8]
|
||
|
max-line-length = 100
|
||
|
extend-ignore = E203, W503
|
||
|
per-file-ignores =
|
||
|
configuration/*:E131,E251,E266,E302,E305,E501,E722
|
||
|
startup_scripts/startup_script_utils/__init__.py:F401
|
||
|
docker/*:E266,E722
|