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 5055ead commit 71824bcCopy full SHA for 71824bc
.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
30
- id: remove-tabs
31
32
- repo: https://github.com/PyCQA/doc8/
33
- rev: v1.1.1
+ rev: v1.1.2
34
hooks:
35
- id: doc8
36
require_serial: false
@@ -49,14 +49,14 @@ repos:
49
- id: yamllint
50
51
- repo: https://github.com/asottile/blacken-docs
52
- rev: 1.16.0
+ rev: 1.18.0
53
54
- id: blacken-docs
55
args: [-S, -l, '120']
56
additional_dependencies: [black==23.3.0]
57
58
- repo: https://github.com/astral-sh/ruff-pre-commit
59
- rev: v0.4.7
+ rev: v0.6.7
60
61
- id: ruff-format
62
name: ruff (format)
0 commit comments