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 72
72
- name : Upload coverage to Codecov
73
73
uses : codecov/codecov-action@v5
74
74
75
- lint :
75
+ lint : # redundant with pre-commit-ci, but we want to make the linters a part of strict status checks.
76
76
runs-on : ubuntu-latest
77
77
steps :
78
78
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -18,19 +18,7 @@ repos:
18
18
- id : markdownlint
19
19
- repo : https://github.com/astral-sh/ruff-pre-commit
20
20
# Ruff version.
21
- rev : ' v0.8.6'
21
+ rev : " v0.8.6"
22
22
hooks :
23
23
- 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