Skip to content

Commit 2471116

Browse files
committed
chore: remove language version pin for black
1 parent c0b4fe8 commit 2471116

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pre-commit-config.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ repos:
2020
- id: autoflake
2121
args: ['--in-place', '--remove-all-unused-imports']
2222

23-
- repo: https://github.com/ambv/black
23+
- repo: https://github.com/psf/black
2424
rev: 21.5b1
2525
hooks:
2626
- id: black
27-
language_version: python3.7

0 commit comments

Comments
 (0)