Skip to content

Commit 8b6f776

Browse files
committed
[skip ci] TYPO: Fix typo
- Fix typo
1 parent 912e4ed commit 8b6f776

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
@@ -67,7 +67,7 @@ repos:
6767
rev: 22.12.0 # Replace with any tag/version: https://github.com/psf/black/tags
6868
hooks:
6969
- id: black
70-
language_version: python3 # Should be a command that runs python3.+
70+
language_version: python3 # Should be a command that runs python3.8+
7171
additional_dependencies: ['click==8.0.4'] # Currently >8.0.4 breaks black
7272
- id: black-jupyter
7373
language: python

0 commit comments

Comments
 (0)