Files
notifications-admin/setup.cfg
T

13 lines
249 B
INI
Raw Normal View History

2016-09-09 16:29:30 +01:00
[tool:pytest]
2018-04-25 14:12:58 +01:00
norecursedirs=node_modules bower_components
xfail_strict=true
2018-02-20 11:22:17 +00:00
2023-08-25 08:57:24 -07:00
[tool:isort]
profile = black
multi_line_output = 3
[tool:flake8]
exclude = venv*,__pycache__,node_modules,cache,build
max-line-length = 120
extend_ignore=B306, W504, E203