File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,10 @@ repos:
1212 hooks :
1313 - id : isort
1414- repo : https://github.com/psf/black
15- rev : ' 22.1 .0'
15+ rev : ' 22.3 .0'
1616 hooks :
1717 - id : black
1818 language_version : python3 # Should be a command that runs python3.6+
19- # Black misbehaved and broke when click 8.1.0 was released with an internal
20- # module removed. See https://github.com/psf/black/issues/2964
21- additional_dependencies : ['click<8.1.0']
2219- repo : https://github.com/pre-commit/pre-commit-hooks
2320 rev : ' v4.0.1'
2421 hooks :
Original file line number Diff line number Diff line change 1+ Updated pre-commit-hooks black to a newer release with a fix for black#2964,
2+ dropping the need for a work-around.
You can’t perform that action at this time.
0 commit comments