2018-01-29 12:45:32 +00:00
|
|
|
[pycodestyle]
|
2023-07-31 12:44:39 +00:00
|
|
|
ignore = E402,W504,W605,E231,W605
|
2018-01-29 12:45:32 +00:00
|
|
|
max-line-length = 79
|
|
|
|
statistics = True
|
|
|
|
show-source = False
|
|
|
|
show-pep8 = False
|
|
|
|
count = True
|
|
|
|
format = pylint
|
2019-03-20 11:17:51 +00:00
|
|
|
exclude = migrations,node_modules,config_local.py,config_distro.py
|