We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05c129 commit 3224661Copy full SHA for 3224661
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
---
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: v0.15.5
+ rev: v0.15.8
5
hooks:
6
- id: ruff-check
7
args: [--fix, --exit-non-zero-on-fix]
@@ -18,7 +18,7 @@ repos:
18
exclude: "\\.svg$|\\.map$|\\.min\\.css$|\\.min\\.js$|\\.po$|\\.pot$"
19
- id: check-toml
20
- repo: https://github.com/pre-commit/mirrors-mypy
21
- rev: v1.19.1
+ rev: v1.20.0
22
23
- id: mypy
24
exclude: ^(tests/|conftest\.py|doc/)
0 commit comments