We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae43d4 commit e8ffb10Copy full SHA for e8ffb10
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
- id: check-merge-conflict
7
exclude: rst$
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.8.4
+ rev: v0.8.6
10
hooks:
11
- id: ruff
12
args: [--fix]
@@ -42,7 +42,7 @@ repos:
42
- id: check-yaml
43
- id: debug-statements
44
- repo: https://github.com/pre-commit/mirrors-mypy
45
- rev: v1.14.0
+ rev: v1.14.1
46
47
- id: mypy
48
exclude: ^(docs|tests)/.*
@@ -53,7 +53,7 @@ repos:
53
54
- id: python-use-type-annotations
55
- repo: https://github.com/rhysd/actionlint
56
- rev: v1.7.5
+ rev: v1.7.6
57
58
- id: actionlint-docker
59
args:
0 commit comments