Skip to content

Commit f46ad8d

Browse files
authored
Unifying black version in pre-commit config file (#6413)
Unifying black version in pre-commit config file
2 parents 26a2e1a + 8dbf6a4 commit f46ad8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
rev: v1.0.0
99
hooks:
1010
- id: blacken-docs
11-
additional_dependencies: [black==19.3b0]
11+
additional_dependencies: [black==19.10b0]
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
1313
rev: v2.2.3
1414
hooks:

0 commit comments

Comments
 (0)