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 d946535 commit 7fcc544Copy full SHA for 7fcc544
1 file changed
.pre-commit-config.yaml
@@ -13,26 +13,26 @@ repos:
13
- id: trailing-whitespace
14
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: "v0.8.6"
+ rev: "v0.11.4"
17
hooks:
18
- id: ruff
19
args: [--fix]
20
21
- repo: https://github.com/psf/black
22
- rev: "24.10.0"
+ rev: "25.1.0"
23
24
- id: black
25
26
27
- repo: https://github.com/pre-commit/mirrors-mypy
28
- rev: "v1.14.1"
+ rev: "v1.15.0"
29
30
- id: mypy
31
exclude: examples
32
33
34
- repo: https://github.com/codespell-project/codespell
35
- rev: "v2.3.0"
+ rev: "v2.4.1"
36
37
- id: codespell
38
0 commit comments