Skip to content

Commit bb0e006

Browse files
committed
Update pre-commit black configuration
1 parent bb0e008 commit bb0e006

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
default_language_version:
2-
python: python3.7
31
fail_fast: true
42
repos:
5-
- hooks:
6-
- id: black
7-
repo: https://github.com/ambv/black
8-
rev: stable
3+
- hooks:
4+
- id: black
5+
language_version: python3
6+
repo: https://github.com/psf/black
7+
rev: stable

0 commit comments

Comments
 (0)