Skip to content
Snippets Groups Projects
.flake8 170 B
Newer Older
[flake8]

ignore =
    E501
    E265
    W503
    W505

per-file-ignores =
    roles/manager/files/set_site_url.py:E402
    library/*:E402
    library/nmcli.py:E402,F401