Skip to content

Commit 101fa1c

Browse files
committed
chore: dependency upgrade
1 parent 1e609bc commit 101fa1c

File tree

2 files changed

+340
-344
lines changed

2 files changed

+340
-344
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.8.2'
4+
rev: 'v0.9.10'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
@@ -16,11 +16,11 @@ 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.13.0
19+
rev: v1.15.0
2020
hooks:
2121
- id: mypy
2222
- repo: https://github.com/codespell-project/codespell
23-
rev: v2.3.0
23+
rev: v2.4.1
2424
hooks:
2525
- id: codespell
2626
additional_dependencies:

0 commit comments

Comments
 (0)