Files
notifications-admin/setup.cfg
2017-02-23 16:36:16 +00:00

8 lines
195 B
INI

[pycodestyle]
max-line-length = 120
exclude = ./migrations,./venv,./venv3,./node_modules,./bower_components,./cache
[tool:pytest]
norecursedirs = node_modules bower_components
xfail_strict=true