Skip to content

Commit 2e756d6

Browse files
authored
Remove language_version specification in black hooks
Resolves #3840
1 parent 15e235c commit 2e756d6

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)