Skip to content

Commit e23f7bb

Browse files
Update pre-commit (#404)
1 parent d0cd294 commit e23f7bb

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,15 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/psf/black
22-
rev: 23.1.0
22+
rev: 23.3.0
2323
hooks:
2424
- id: black
2525

26+
- repo: https://github.com/asottile/blacken-docs
27+
rev: v1.12.1
28+
hooks:
29+
- id: blacken-docs
30+
2631
- repo: https://github.com/pre-commit/mirrors-prettier
2732
rev: v2.7.1
2833
hooks:
@@ -31,7 +36,7 @@ repos:
3136
args: [--prose-wrap=preserve]
3237

3338
- repo: https://github.com/asottile/pyupgrade
34-
rev: v3.3.1
39+
rev: v3.4.0
3540
hooks:
3641
- id: pyupgrade
3742
args: [--py38-plus]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pre-commit>=3.1
1+
pre-commit>=3.3
22
yaml2ics==0.2

0 commit comments

Comments
 (0)