File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 7272 - name : Upload coverage to Codecov
7373 uses : codecov/codecov-action@v5
7474
75- lint :
75+ lint : # redundant with pre-commit-ci, but we want to make the linters a part of strict status checks.
7676 runs-on : ubuntu-latest
7777 steps :
7878 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -18,19 +18,7 @@ repos:
1818 - id : markdownlint
1919 - repo : https://github.com/astral-sh/ruff-pre-commit
2020 # Ruff version.
21- rev : ' v0.9.1 '
21+ rev : " v0.10.0 "
2222 hooks :
2323 - id : ruff
24- - repo : https://github.com/psf/black
25- rev : 24.10.0
26- hooks :
27- - id : black
28- args :
29- - " --line-length"
30- - " 119"
31- exclude : ^django_fsm_log/migrations|^docs/
32- - repo : https://github.com/adamchainz/django-upgrade
33- rev : " 1.22.2"
34- hooks :
35- - id : django-upgrade
36- args : [--target-version, "3.2"]
24+ - id : ruff-format
You can’t perform that action at this time.
0 commit comments