Skip to content

Commit

Permalink
Merge pull request #2913 from regro/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
beckermr authored Aug 5, 2024
2 parents 5283df9 + bacfc78 commit 79ac7b3
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 @@ -17,19 +17,19 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.17.0
hooks:
- id: pyupgrade
args:
- --py36-plus

- repo: https://github.com/crate-ci/typos
rev: v1.23.2
rev: v1.23.6
hooks:
- id: typos

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

0 comments on commit 79ac7b3

Please sign in to comment.