Files
notifications-admin/setup.cfg

11 lines
235 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
include_trailing_comma = True