Describe the bug
Running precommit with the config in this repo throws an error AttributeError: module 'black' has no attribute 'PY36_VERSIONS'.
To Reproduce
Steps to reproduce the behavior:
Create a repo with this template
Run pre-commit run --all-files
See error
Expected behavior
black_nb runs without errors
Screenshots
Additional context
This seems like the same error as seen before here and addressed in aicoe-aiops/ocp-ci-analysis#246. So maybe the same fix i.e. aicoe-aiops/ocp-ci-analysis#247 should be applied here too?
Describe the bug Running precommit with the config in this repo throws an error
AttributeError: module 'black' has no attribute 'PY36_VERSIONS'
.To Reproduce Steps to reproduce the behavior:
pre-commit run --all-files
Expected behavior black_nb runs without errors
Screenshots
Additional context This seems like the same error as seen before here and addressed in aicoe-aiops/ocp-ci-analysis#246. So maybe the same fix i.e. aicoe-aiops/ocp-ci-analysis#247 should be applied here too?