Skip to content

Commit 8913173

Browse files
committed
Update black config for pre-commit
* bump to the latest version * use py3.13 as py3.8 doesn't seem to be supported according to error in e.g. #199
1 parent 771fb57 commit 8913173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.8.0
3+
rev: 24.10.0
44
hooks:
55
- id: black
6-
language_version: python3.8
6+
language_version: python3.13

0 commit comments

Comments
 (0)