Skip to content

Commit 3224661

Browse files
committed
chore: dependency update
1 parent f05c129 commit 3224661

File tree

2 files changed

+142
-129
lines changed

2 files changed

+142
-129
lines changed

.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.15.5
4+
rev: v0.15.8
55
hooks:
66
- id: ruff-check
77
args: [--fix, --exit-non-zero-on-fix]
@@ -18,7 +18,7 @@ repos:
1818
exclude: "\\.svg$|\\.map$|\\.min\\.css$|\\.min\\.js$|\\.po$|\\.pot$"
1919
- id: check-toml
2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: v1.19.1
21+
rev: v1.20.0
2222
hooks:
2323
- id: mypy
2424
exclude: ^(tests/|conftest\.py|doc/)

0 commit comments

Comments
 (0)