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
Nicolas F 0143ad63a6 genPOI: code style fixes
E129 can suck me off. Get a better syntax, Python.
2020-06-25 18:36:00 +02:00

7 lines
124 B
INI

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