We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5055ead commit 5bf45ccCopy full SHA for 5bf45cc
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
- id: check-useless-excludes
7
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v4.6.0
+ rev: v5.0.0
10
hooks:
11
- id: check-added-large-files
12
- id: check-case-conflict
@@ -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
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.19.1
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.8.0
60
61
- id: ruff-format
62
name: ruff (format)
0 commit comments