Skip to content

Commit

Permalink
chore: Remove deprecated isort argument
Browse files Browse the repository at this point in the history
  • Loading branch information
btorresgil committed Jan 18, 2024
1 parent ec0c03f commit debadc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ bandit:
bandit -r --ini .bandit

format:
isort --recursive --atomic panos
isort --atomic panos
black .

check-format:
isort --recursive --atomic --check-only panos
isort --atomic --check-only panos
black --check --diff .

test:
Expand Down

0 comments on commit debadc8

Please sign in to comment.