Logo
Explore Help
Sign In
darkhelm/notifications-admin
1
0
Fork 0
You've already forked notifications-admin
mirror of https://github.com/GSA/notifications-admin.git synced 2025-12-08 14:14:27 -05:00
Code Issues Packages Projects Releases Wiki Activity
Files
957c3ee1e943eca1d890eefe49fe893b9c95538c
notifications-admin/setup.cfg

14 lines
233 B
INI
Raw Normal View History

bump test requirements to most recent
2016-09-09 16:29:30 +01:00
[tool:pytest]
Removed dead code and dead depcrecated route
2025-10-30 14:36:30 -04:00
norecursedirs=node_modules
make xfail passes (unexpected passes) fail test runs
2017-02-23 16:36:16 +00:00
xfail_strict=true
Enforce order and style of imports Done using isort[1], with the following command: ``` isort -rc ./app ./tests ``` Adds linting to the `run_tests.sh` script to stop badly-sorted imports getting re-introduced. Chosen style is ‘Vertical Hanging Indent’ with trailing commas, because I think it gives the cleanest diffs, eg: ``` from third_party import ( lib1, lib2, lib3, lib4, ) ``` 1. https://pypi.python.org/pypi/isort
2018-02-20 11:22:17 +00:00
merge from main
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
Removed dead code and dead depcrecated route
2025-10-30 14:36:30 -04:00
extend_ignore=B306, W504, E203
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 2846ms Template: 12ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API