We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1aba8 commit 4d89b01Copy full SHA for 4d89b01
2 files changed
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: trailing-whitespace
20
21
- repo: https://github.com/psf/black
22
- rev: 22.10.0
+ rev: 22.12.0
23
hooks:
24
- id: black
25
@@ -31,7 +31,7 @@ repos:
31
args: [--prose-wrap=preserve]
32
33
- repo: https://github.com/asottile/pyupgrade
34
- rev: v3.1.0
+ rev: v3.3.1
35
36
- id: pyupgrade
37
args: [--py38-plus]
requirements.txt
@@ -1,2 +1,2 @@
1
-pre-commit>=2.20
+pre-commit>=2.21
2
yaml2ics==0.1
0 commit comments