mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
* Move Tox tool config settings to pyproject.toml * Restore older Bandit version for predictive setup Bandit UX is seriously broken. Unfortunately, only <1.6 works predictably. * Exclude unsupported Python/Django combinations Use a more self-explanatory build job name for tests * Help pytest find the Django test project settings * Use clean range for Django 4.0 * Keep load on the GHA runners low, use newer Python for checks
19 lines
161 B
Text
19 lines
161 B
Text
.*.sw?
|
|
/*.geany
|
|
/.idea
|
|
/.tox
|
|
/.coverage
|
|
/coverage.xml
|
|
/tests/reports
|
|
|
|
/build
|
|
/dist
|
|
/docs/_build
|
|
/MANIFEST
|
|
|
|
/docs/_templates/layout.html
|
|
|
|
*.pyc
|
|
*.pyo
|
|
|
|
*.egg-info
|