Skip to content

Commit a7213cd

Browse files
committed
Updated deps
1 parent 99d888f commit a7213cd

File tree

2 files changed

+115
-110
lines changed

2 files changed

+115
-110
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ repos:
1818
- id: fix-byte-order-marker
1919

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

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

0 commit comments

Comments
 (0)