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 df2c1e6 commit d08a970Copy full SHA for d08a970
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
---
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: 'v0.8.4'
+ rev: 'v0.12.1'
5
hooks:
6
- id: ruff
7
args: [--fix, --exit-non-zero-on-fix]
@@ -16,12 +16,12 @@ repos:
16
exclude: "\\.svg$|\\.map$|\\.min\\.css$|\\.min\\.js$|\\.po$|\\.pot$"
17
- id: check-toml
18
- repo: https://github.com/pre-commit/mirrors-mypy
19
- rev: v1.14.0
+ rev: v1.16.1
20
21
- id: mypy
22
additional_dependencies: [pydantic]
23
- repo: https://github.com/codespell-project/codespell
24
- rev: v2.3.0
+ rev: v2.4.1
25
26
- id: codespell
27
additional_dependencies:
0 commit comments