We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a58f46 commit 701afd9Copy full SHA for 701afd9
2 files changed
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.3.0
+ rev: v4.4.0
7
hooks:
8
- id: check-added-large-files
9
- id: check-ast
@@ -19,7 +19,7 @@ repos:
19
- id: trailing-whitespace
20
21
- repo: https://github.com/psf/black
22
- rev: 22.12.0
+ rev: 23.1.0
23
24
- id: black
25
requirements.txt
@@ -1,2 +1,2 @@
1
-pre-commit>=2.21
+pre-commit>=3.1
2
yaml2ics==0.1
0 commit comments