We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f306e commit 72d92c6Copy full SHA for 72d92c6
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-ast
6
- id: check-docstring-first
@@ -19,7 +19,7 @@ repos:
19
- id: python-use-type-annotations
20
21
- repo: https://github.com/pre-commit/mirrors-mypy
22
- rev: v1.11.2
+ rev: v1.14.1
23
24
- id: mypy
25
additional_dependencies: [typing_extensions]
@@ -33,15 +33,15 @@ repos:
33
args: ["--in-place", "--config", "./pyproject.toml"]
34
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
- rev: v0.6.4
+ rev: v0.9.2
37
38
# Run the linter
39
- id: ruff
40
args: [--fix]
41
- id: ruff-format
42
43
- repo: https://github.com/python-poetry/poetry
44
- rev: 1.8.0
+ rev: 2.0.1
45
46
- id: poetry-check
47
# - id: poetry-lock
0 commit comments