File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 pre-commit :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
13- - uses : actions/setup-python@v4
12+ - uses : actions/checkout@v4
13+ - uses : actions/setup-python@v5
1414 with :
1515 python-version : " 3.10"
1616 # - name: set PY
1919 # with:
2020 # path: ~/.cache/pre-commit
2121 # key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
22- - uses : pre-commit/action@v2 .0.3
22+ - uses : pre-commit/action@v3 .0.1
2323 with :
2424 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3030 rev : 25.1.0
3131 hooks :
3232 - id : black
33- language_version : python3.9
33+ language_version : python3.10
3434 args : ['-l', '88']
3535 # Run flake8 last, to catch any remaining issues not caught/fixed by
3636 # the other hooks.
You can’t perform that action at this time.
0 commit comments