2018-01-29 12:45:32 +00:00
|
|
|
[pycodestyle]
|
2023-11-02 16:03:50 +05:30
|
|
|
ignore = E402,W504,E231
|
2018-01-29 12:45:32 +00:00
|
|
|
max-line-length = 79
|
|
|
|
|
statistics = True
|
|
|
|
|
show-source = False
|
|
|
|
|
show-pep8 = False
|
|
|
|
|
count = True
|
|
|
|
|
format = pylint
|
2025-06-04 12:36:42 +05:30
|
|
|
exclude = node_modules,config_local.py,config_distro.py
|