Skip to content

Commit

Permalink
Autoupdate pre-commits
Browse files Browse the repository at this point in the history
Except clang-format, will do separately.
  • Loading branch information
ndevenish committed Jun 6, 2024
1 parent fc68b6e commit 39032fb
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,7 +1,7 @@
repos:
# Syntax validation and some basic sanity checks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: check-ast
Expand All @@ -15,7 +15,7 @@ repos:
name: "Don't commit to 'main' directly"

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.3.4
rev: v0.4.8
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand Down

0 comments on commit 39032fb

Please sign in to comment.