Skip to content

Commit 6b2addb

Browse files
authored
Remove precommit black config
Black should just be able to use it's regular config and avoid repetition. #51 (comment)
1 parent f952dc6 commit 6b2addb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ repos:
44
hooks:
55
- id: black
66
language_version: python3.8
7-
# override until resolved: https://github.com/ambv/black/issues/402
8-
files: \.pyi?$
9-
types: []
107

118
- repo: https://github.com/asottile/blacken-docs
129
rev: v1.0.0

0 commit comments

Comments
 (0)