python-computer-craft/setup.cfg
2023-05-19 23:06:44 +03:00

9 lines
154 B
INI

[flake8]
max-line-length = 120
ignore = I,C812,N802,N803,N815,N816,W503
[tool:pytest]
testpaths = tests
pythonpath = .
addopts = --import-mode=importlib