Skip to content

Commit 4d89b01

Browse files
Update precommits (#361)
1 parent 4b1aba8 commit 4d89b01

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

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

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

@@ -31,7 +31,7 @@ repos:
3131
args: [--prose-wrap=preserve]
3232

3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v3.1.0
34+
rev: v3.3.1
3535
hooks:
3636
- id: pyupgrade
3737
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>=2.20
1+
pre-commit>=2.21
22
yaml2ics==0.1

0 commit comments

Comments
 (0)