Minecraft-Overviewer/setup.cfg

7 lines
124 B
INI

[pycodestyle]
max_line_length = 100
ignore = E129,E221,E222,E241,E741,W503,W504
statistics = True
[isort]
line_length = 100