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 07b21a0 commit 7aa406dCopy full SHA for 7aa406d
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
- id: remove-tabs
26
27
- repo: https://github.com/PyCQA/doc8/
28
- rev: v1.1.1
+ rev: v1.1.2
29
hooks:
30
- id: doc8
31
require_serial: false
@@ -51,14 +51,14 @@ repos:
51
- id: yamllint
52
53
- repo: https://github.com/asottile/blacken-docs
54
- rev: 1.16.0
+ rev: 1.18.0
55
56
- id: blacken-docs
57
args: [-S, -l, '120']
58
additional_dependencies: [black==22.12.0]
59
60
- repo: https://github.com/astral-sh/ruff-pre-commit
61
- rev: v0.4.7
+ rev: v0.6.3
62
63
- id: ruff-format
64
name: ruff (format)
0 commit comments