Skip to content

Commit a1bc10b

Browse files
committed
Bump black to 22.6.0
1 parent 3354c75 commit a1bc10b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_language_version:
2-
python: python3.9
2+
python: python3
33

44
exclude: '^.*/migrations/.*$'
55
fail_fast: true
@@ -9,7 +9,7 @@ minimum_pre_commit_version: '1.14.0'
99
repos:
1010
# black (code formatting)
1111
- repo: https://github.com/psf/black
12-
rev: 21.12b0
12+
rev: 22.6.0
1313
hooks:
1414
- id: black
1515
# isort (automatically sort import statements)

0 commit comments

Comments
 (0)