We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912e4ed commit 8b6f776Copy full SHA for 8b6f776
.pre-commit-config.yaml
@@ -67,7 +67,7 @@ repos:
67
rev: 22.12.0 # Replace with any tag/version: https://github.com/psf/black/tags
68
hooks:
69
- id: black
70
- language_version: python3 # Should be a command that runs python3.+
+ language_version: python3 # Should be a command that runs python3.8+
71
additional_dependencies: ['click==8.0.4'] # Currently >8.0.4 breaks black
72
- id: black-jupyter
73
language: python
0 commit comments