Skip to content

Commit

Permalink
fix: remove --check
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Oct 19, 2023
1 parent f6f784a commit 527cc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ commands_pre =

[testenv:check]
commands =
black --check --diff src/compress docs
black --diff src/compress docs
isort -c --df src/compress docs
flake8 src/compress docs
codespell src docs
Expand Down

0 comments on commit 527cc12

Please sign in to comment.