Skip to content

Commit

Permalink
Revert "Run pre-commit with the path from the venv"
Browse files Browse the repository at this point in the history
This reverts commit 3190a15.
  • Loading branch information
whoahbot committed Aug 27, 2024
1 parent 3190a15 commit 88bfc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ lint: _assert-venv

# Manually check that all pre-commit hooks pass; runs in CI
lint-pc: _assert-venv
venvs/dev/bin/pre-commit run --all-files --show-diff-on-failure
pre-commit run --all-files --show-diff-on-failure

pytests := 'pytests/'

Expand Down

0 comments on commit 88bfc38

Please sign in to comment.