Allow passing hook-ids to `tox -e lint`

Why: To allow running a specific hook when running locally.
This commit is contained in:
Pradyun Gedam 2019-09-25 07:57:59 +05:30
parent 1d1e67269e
commit 10beeea0b0
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 1 additions and 1 deletions

View File

@ -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