Skip to content

Commit

Permalink
Merge pull request #49 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 Nov 5, 2024
2 parents a0b9620 + 5e51a4d commit 1b771b8
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 @@ -23,7 +23,7 @@ repos:
hooks:
- id: toml-sort-fix
- repo: https://github.com/google/yamlfmt
rev: "v0.13.0"
rev: "v0.14.0"
hooks:
- id: yamlfmt
- repo: https://github.com/codespell-project/codespell
Expand All @@ -32,12 +32,12 @@ repos:
- id: codespell
args: []
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.6.9'
rev: 'v0.7.2'
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.11.2'
rev: 'v1.13.0'
hooks:
- id: mypy
exclude: tests
Expand Down

0 comments on commit 1b771b8

Please sign in to comment.