Wheelie/setup.cfg
2021-02-24 14:58:26 +01:00

21 lines
335 B
INI

[flake8]
max-line-length = 120
count = True
statistics = True
[isort]
no_lines_before = LOCALFOLDER
indent = " "
line_length = 120
balanced_wrapping = True
multi_line_output = 4
[pycodestyle]
max_line_length = 120
[pylint.FORMAT]
max-line-length=120
[pylint.BASIC]
variable-naming-style=camelCase
constant-naming-style=camelCase