Skip to content

Commit cd5fbc7

Browse files
committed
chore: dependency upgrade
1 parent e5494ad commit cd5fbc7

File tree

2 files changed

+836
-589
lines changed

2 files changed

+836
-589
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.12.7'
4+
rev: 'v0.14.0'
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,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.17.1
19+
rev: v1.18.2
2020
hooks:
2121
- id: mypy
2222
additional_dependencies: [pydantic]

0 commit comments

Comments
 (0)