Skip to content

Commit

Permalink
Allow passing hook-ids to tox -e lint
Browse files Browse the repository at this point in the history
Why: To allow running a specific hook when running locally.
  • Loading branch information
pradyunsg committed Sep 25, 2019
1 parent 1d1e672 commit 10beeea
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 @@ -55,4 +55,4 @@ skip_install = True
commands_pre =
deps = pre-commit
commands =
pre-commit run --all-files --show-diff-on-failure
pre-commit run [] --all-files --show-diff-on-failure

0 comments on commit 10beeea

Please sign in to comment.