Skip to content

Commit

Permalink
Merge pull request #3017 from regro/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Oct 7, 2024
2 parents 0c3143e + 0b1b0c7 commit 4328640
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 @@ -11,7 +11,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -24,12 +24,12 @@ repos:
- --py36-plus

- repo: https://github.com/crate-ci/typos
rev: typos-dict-v0.11.27
rev: v1.26.0
hooks:
- id: typos

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.6.9
hooks:
- id: ruff
args: [ --fix ]
Expand Down

0 comments on commit 4328640

Please sign in to comment.