Skip to content

Commit

Permalink
Auto-update pre-commit hooks (#233)
Browse files Browse the repository at this point in the history
Co-authored-by: bieniu <[email protected]>
  • Loading branch information
github-actions[bot] and bieniu authored Oct 6, 2023
1 parent 98d11e6 commit da412f1
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/charliermarsh/ruff-pre-commit
rev: v0.0.291
rev: v0.0.292
hooks:
- id: ruff
args:
Expand All @@ -14,7 +14,7 @@ repos:
- --quiet
files: ^((gios|tests)/.+)?[^/]+\.py$
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
args:
Expand Down

0 comments on commit da412f1

Please sign in to comment.