Skip to content

Commit 4c4404c

Browse files
committed
Updated deps
1 parent 3c58a87 commit 4c4404c

File tree

2 files changed

+169
-196
lines changed

2 files changed

+169
-196
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
@@ -18,18 +18,18 @@ repos:
1818
- id: fix-byte-order-marker
1919

2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.15.2
21+
rev: v3.16.0
2222
hooks:
2323
- id: pyupgrade
2424
args: [ "--py38-plus", "--keep-runtime-typing" ]
2525

2626
- repo: https://github.com/psf/black
27-
rev: 24.3.0
27+
rev: 24.4.2
2828
hooks:
2929
- id: black
3030

3131
- repo: https://github.com/asottile/blacken-docs
32-
rev: 1.16.0
32+
rev: 1.18.0
3333
hooks:
3434
- id: blacken-docs
3535
additional_dependencies: [ black ]

0 commit comments

Comments
 (0)