Skip to content

Commit

Permalink
tox.ini: poetry update flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 5, 2024
1 parent 598dc06 commit a5f2b5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ deps =
[testenv:lint]
commands =
poetry install -q
poetry update flake8
poetry run flake8
poetry run isort --check --diff .
poetry run black --check --diff .
Expand Down

0 comments on commit a5f2b5a

Please sign in to comment.