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 c0163fc + 24f40df commit b9e97b9Copy full SHA for b9e97b9
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
exclude_types: [yaml]
12
13
- repo: https://github.com/keewis/blackdoc
14
- rev: v0.4.5
+ rev: v0.4.6
15
hooks:
16
- id: blackdoc
17
@@ -27,19 +27,19 @@ repos:
27
- --ignore-words-list=astroid,fo
28
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: v0.14.3
+ rev: v0.14.7
31
32
- id: ruff
33
args: ["--fix", "--show-fixes"]
34
- id: ruff-format
35
36
- repo: https://github.com/tox-dev/pyproject-fmt
37
- rev: v2.11.0
+ rev: v2.11.1
38
39
- id: pyproject-fmt
40
41
- repo: https://github.com/woodruffw/zizmor-pre-commit
42
- rev: v1.16.2
+ rev: v1.18.0
43
44
- id: zizmor
45
0 commit comments