1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

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

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