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 d0cd294 commit e23f7bbCopy full SHA for e23f7bb
.pre-commit-config.yaml
@@ -19,10 +19,15 @@ repos:
19
- id: trailing-whitespace
20
21
- repo: https://github.com/psf/black
22
- rev: 23.1.0
+ rev: 23.3.0
23
hooks:
24
- id: black
25
26
+ - repo: https://github.com/asottile/blacken-docs
27
+ rev: v1.12.1
28
+ hooks:
29
+ - id: blacken-docs
30
+
31
- repo: https://github.com/pre-commit/mirrors-prettier
32
rev: v2.7.1
33
@@ -31,7 +36,7 @@ repos:
36
args: [--prose-wrap=preserve]
37
38
- repo: https://github.com/asottile/pyupgrade
34
- rev: v3.3.1
39
+ rev: v3.4.0
35
40
41
- id: pyupgrade
42
args: [--py38-plus]
requirements.txt
@@ -1,2 +1,2 @@
1
-pre-commit>=3.1
+pre-commit>=3.3
2
yaml2ics==0.2
0 commit comments