Skip to content

Commit f133287

Browse files
authored
Merge pull request #5611 from mxr/patch-1
Remove language_version specification in black hooks
2 parents ac12245 + 2e756d6 commit f133287

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ repos:
55
hooks:
66
- id: black
77
args: [--safe, --quiet]
8-
language_version: python3
98
- repo: https://github.com/asottile/blacken-docs
109
rev: v1.0.0
1110
hooks:
1211
- id: blacken-docs
1312
additional_dependencies: [black==19.3b0]
14-
language_version: python3
1513
- repo: https://github.com/pre-commit/pre-commit-hooks
1614
rev: v2.2.3
1715
hooks:

0 commit comments

Comments
 (0)