Skip to content

Commit

Permalink
Upgrade flake and isort versions for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Wobrock committed Apr 12, 2021
1 parent 09983f5 commit f9b172f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ deps =
[testenv:lint]
basepython = python3.6
deps =
flake8==3.8.4
flake8==3.9.0
black==20.8b1
isort==5.6.4
isort==5.8.0
commands =
flake8 django_migration_linter/
black --check django_migration_linter/ tests/ manage.py setup.py
Expand Down

0 comments on commit f9b172f

Please sign in to comment.