File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed
Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 1313 uses : pre-commit/action@v3.0.0
1414 with :
1515 extra_args : --all-files vale
16- format :
17- runs-on : ubuntu-22.04
18- steps :
19- - name : Checkout repository
20- uses : actions/checkout@v3
21- - name : Ruff format
22- uses : pre-commit/action@v3.0.0
23- with :
24- extra_args : --all-files ruff-format
2516 test :
2617 strategy :
2718 fail-fast : false
4132 uses : actions/setup-python@v4
4233 with :
4334 python-version : ${{ matrix.python }}
44- - name : Ruff
45- uses : pre-commit/action@v3.0.0
46- with :
47- extra_args : --all-files ruff
4835 - name : Mypy
4936 uses : pre-commit/action@v3.0.0
5037 with :
Original file line number Diff line number Diff line change 88 pass_filenames : false
99 args : [sync]
1010 - id : vale
11- - repo : https://github.com/astral-sh/ruff-pre-commit
12- rev : ' v0.1.13'
13- hooks :
14- - id : ruff-format
15- - id : ruff
1611- repo : https://github.com/pre-commit/mirrors-mypy
1712 rev : v1.8.0
1813 hooks :
You can’t perform that action at this time.
0 commit comments