Skip to content

Commit

Permalink
Pin linting tools
Browse files Browse the repository at this point in the history
  • Loading branch information
willbarton committed Aug 28, 2023
1 parent 2908828 commit d1721cc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ commands=
#
# To run Python linting.
deps=
black
ruff
isort
bandit[toml]
black==23.7.0
ruff==0.0.285
isort==5.12.0
bandit[toml]==1.7.5
commands=
black cfgov --check
ruff cfgov
Expand Down Expand Up @@ -174,6 +174,7 @@ commands=
python manage.py compilemessages
git diff --quiet */locale/*/LC_MESSAGES/django.mo


[testenv:coverage]
# Invoke with: tox -e coverage
# Report out the coverage of changes on the current branch against the main
Expand Down

0 comments on commit d1721cc

Please sign in to comment.