Files
notifications-api/setup.cfg
2017-02-23 16:50:04 +00:00

8 lines
143 B
INI

[pycodestyle]
max-line-length = 120
ignore = E402, E722
exclude = ./migrations,./venv,./venv3,./build,./cache
[tool:pytest]
xfail_strict=true