Skip to content

Commit

Permalink
update pre-commit hooks (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 15, 2024
1 parent 14b4cbc commit 9e7d2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
exclude_types: [csv, json]
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.3.2'
rev: 'v0.3.7'
hooks:
- id: ruff
# in CI it is directly run by tox to allow dependency upgrade checks
Expand All @@ -20,7 +20,7 @@ repos:
# in CI it is directly run by tox to allow dependency upgrade checks
stages: [pre-commit]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-executables-have-shebangs
stages: [manual]
Expand Down

0 comments on commit 9e7d2b3

Please sign in to comment.