Skip to content

Commit

Permalink
Merge pull request #35 from cgahr/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
cgahr authored Jul 2, 2024
2 parents 66ba505 + ffc3ab5 commit 40e4430
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 @@ -24,7 +24,7 @@ repos:
hooks:
- id: toml-sort-fix
- repo: https://github.com/google/yamlfmt
rev: "v0.12.1"
rev: "v0.13.0"
hooks:
- id: yamlfmt
- repo: https://github.com/codespell-project/codespell
Expand All @@ -33,12 +33,12 @@ repos:
- id: codespell
args: []
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.4.10'
rev: 'v0.5.0'
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.10.0'
rev: 'v1.10.1'
hooks:
- id: mypy
exclude: tests
Expand Down

0 comments on commit 40e4430

Please sign in to comment.