File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 16
16
with :
17
17
python-version : " 3.10"
18
18
-
uses :
pre-commit/[email protected]
19
+ id : pre_commit
19
20
# run pre-commit ci lite for automated fixes
20
21
-
uses :
pre-commit-ci/[email protected]
21
- if : ${{ !cancelled() }}
22
+ if : ${{ !cancelled() && steps.pre_commit.outcome == 'failure' }}
22
23
tests :
23
24
strategy :
24
25
matrix :
Original file line number Diff line number Diff line change 17
17
# This hook checks yaml files for parseable syntax.
18
18
- id : check-yaml
19
19
- repo : https://github.com/charliermarsh/ruff-pre-commit
20
- rev : v0.11.8
20
+ rev : v0.11.9
21
21
hooks :
22
22
- id : ruff
23
23
args :
28
28
- id : black
29
29
language_version : python3
30
30
- repo : https://github.com/python-poetry/poetry
31
- rev : " 2.1.2 "
31
+ rev : " 2.1.3 "
32
32
hooks :
33
33
- id : poetry-check
34
34
- repo : https://github.com/tox-dev/pyproject-fmt
You can’t perform that action at this time.
0 commit comments