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.
2 parents 878a61f + 363bb10 commit 8bc3ce3Copy full SHA for 8bc3ce3
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ ci:
7
repos:
8
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.12.7
+ rev: v0.12.9
11
hooks:
12
- id: ruff-check
13
- id: ruff-format
@@ -23,7 +23,7 @@ repos:
23
- id: mypy
24
25
- repo: https://github.com/pre-commit/pre-commit-hooks
26
- rev: v5.0.0
+ rev: v6.0.0
27
28
- id: check-added-large-files
29
- id: check-ast
@@ -53,6 +53,6 @@ repos:
53
additional_dependencies: ["poetry"]
54
55
- repo: https://github.com/shellcheck-py/shellcheck-py
56
- rev: v0.10.0.1
+ rev: v0.11.0.1
57
58
- id: shellcheck
0 commit comments