Skip to content

Commit

Permalink
chore: change pre-commit to only run on updated files
Browse files Browse the repository at this point in the history
  • Loading branch information
edparris committed Jan 29, 2025
1 parent a9f9789 commit 4a67bf8
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 @@ -70,7 +70,7 @@ commands =
skip_install = true
conda_env =
deps = pre-commit
commands = pre-commit run --all-files --show-diff-on-failure
commands = pre-commit run --from-ref origin/HEAD --to-ref HEAD

[testenv:docs]
changedir = doc
Expand Down

0 comments on commit 4a67bf8

Please sign in to comment.