Skip to content

Commit d815d8e

Browse files
committed
update black 22.3.0 -> 23.12.0, set py38 as minimal version for pyupgrade
1 parent b718276 commit d815d8e

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
@@ -11,9 +11,9 @@ repos:
1111
rev: v3.15.0
1212
hooks:
1313
- id: pyupgrade
14-
args: ["--py37-plus"]
14+
args: ["--py38-plus"]
1515
- repo: https://github.com/ambv/black
16-
rev: 22.3.0
16+
rev: 23.12.0
1717
hooks:
1818
- id: black
1919
- repo: local

0 commit comments

Comments
 (0)