File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1414 uses : actions/setup-python@v1
1515 with :
1616 python-version : 3.9
17+ - name : Install click
18+ run : pip install 'click==8.0.4'
1719 - name : Install Black
18- run : pip install black
20+ run : pip install ' black==22.3.0'
1921 - name : Run black --check .
2022 run : black --check .
2123 - name : If needed, commit black changes to the pull request
Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v2.3.0
3+ rev : v4.0.1
44 hooks :
55 - id : check-yaml
66 - id : debug-statements
99 - id : check-json
1010 exclude : mathics_scanner/data/characters.json
1111- repo : https://github.com/psf/black
12- rev : 21.6b0
12+ rev : 22.3.0
1313 hooks :
1414 - id : black
1515 language_version : python3
You can’t perform that action at this time.
0 commit comments