0
This repository has been archived on 2025-04-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Minecraft-Overviewer/setup.cfg
2019-03-14 13:30:22 +01:00

7 lines
119 B
INI

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