Skip to content

Commit d177c09

Browse files
committed
chore: pre-commit autoupdate
1 parent 009ac9d commit d177c09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: 'v0.6.9'
4+
rev: 'v0.8.1'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
@@ -16,7 +16,7 @@ repos:
1616
exclude: "\\.svg$|\\.map$|\\.min\\.css$|\\.min\\.js$|\\.po$|\\.pot$"
1717
- id: check-toml
1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: v1.11.2
19+
rev: v1.13.0
2020
hooks:
2121
- id: mypy
2222
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)