Files
notifications-admin/setup.cfg
Ben Thorner 1c65d0a13c Update isort config to match that in API
As discussed in [1]. This has no effect on the existing imports.

[1]: https://github.com/alphagov/notifications-api/pull/3175#issuecomment-795530323
2021-03-12 13:03:20 +00:00

13 lines
277 B
INI

[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