Skip to content

Commit e44fd26

Browse files
authored
Use Python 3.6 for Black (#2)
This prevents Black from using Python 3.7+ only syntax when we still support Python 3.6
1 parent 1c5f194 commit e44fd26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ repos:
33
rev: 19.3b0
44
hooks:
55
- id: black
6-
language_version: python3.7
7-
exclude_types: ['markdown', 'ini', 'toml', 'rst']
6+
language_version: python3.6
7+
exclude_types: ['markdown', 'ini', 'toml', 'rst']

0 commit comments

Comments
 (0)