Skip to content

Commit b9a44b4

Browse files
committed
chore: dependency update
1 parent 7c263e7 commit b9a44b4

2 files changed

Lines changed: 731 additions & 609 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: 'v0.8.2'
4+
rev: 'v0.15.12'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
88
- id: ruff-format
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: fix-byte-order-marker
1313
- id: trailing-whitespace
@@ -16,12 +16,12 @@ 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: v2.0.0
2020
hooks:
2121
- id: mypy
2222
additional_dependencies: [pydantic]
2323
- repo: https://github.com/codespell-project/codespell
24-
rev: v2.3.0
24+
rev: v2.4.2
2525
hooks:
2626
- id: codespell
2727
additional_dependencies:

0 commit comments

Comments
 (0)