Skip to content

Commit

Permalink
chore: Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Oct 6, 2024
1 parent 9889425 commit 4e9b3e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand Down Expand Up @@ -32,11 +32,11 @@ repos:
args: ["--ignore-missing-imports"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.8
rev: v0.6.9
hooks:
- id: ruff-format

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.8
rev: v0.6.9
hooks:
- id: ruff

0 comments on commit 4e9b3e6

Please sign in to comment.