Files
notifications-admin/setup.cfg

13 lines
277 B
INI
Raw Normal View History

2016-09-09 16:29:30 +01:00
[tool:pytest]
norecursedirs=node_modules bower_components
xfail_strict=true
[isort]
line_length=80
indent=' '
multi_line_output=3
known_third_party=notifications_utils,notifications_python_client
known_first_party=app,tests
include_trailing_comma=True
use_parentheses=True