Skip to content

Commit

Permalink
Auto-update pre-commit hooks (#554)
Browse files Browse the repository at this point in the history
Co-authored-by: bieniu <478555+bieniu@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and bieniu committed Apr 12, 2024
1 parent 11a3cb5 commit f38aebe
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.3.6
hooks:
- id: ruff
args:
Expand All @@ -9,7 +9,7 @@ repos:
- id: ruff-format
files: ^((python_scripts)/.+)?[^/]+\.py$
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-toml
- id: check-json
Expand Down

0 comments on commit f38aebe

Please sign in to comment.