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 0e9a1cb commit 53dd99cCopy full SHA for 53dd99c
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.1.0
+ rev: v4.2.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
@@ -28,8 +28,13 @@ repos:
28
files: \.(html|md|yml|yaml)
29
args: [--prose-wrap=preserve]
30
31
+ - repo: https://github.com/asottile/blacken-docs
32
+ rev: v1.12.1
33
+ hooks:
34
+ - id: blacken-docs
35
+
36
- repo: https://github.com/asottile/pyupgrade
- rev: v2.31.1
37
+ rev: v2.32.1
38
39
- id: pyupgrade
40
args: [--py37-plus]
requirements/developer.txt
@@ -1 +1 @@
1
-pre-commit>=2.18
+pre-commit>=2.19
0 commit comments