Skip to content

Commit

Permalink
Updates linting to include isort
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgondu committed Jul 11, 2024
1 parent 9219b32 commit 1db9549
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ commands =
description = check the code style with black
deps =
black
isort
commands =
black --check --diff .
isort --profile black --check-only .

[testenv:poli-base-py39]
description = run the tests with pytest on the base environment for poli
Expand Down

0 comments on commit 1db9549

Please sign in to comment.