File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@v4
13
13
- name : Set up Python
14
- uses : actions/setup-python@v4
14
+ uses : actions/setup-python@v5
15
15
with :
16
16
python-version : 3.8
17
17
- name : Install Flit
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
- name : Set up Python
15
- uses : actions/setup-python@v4
15
+ uses : actions/setup-python@v5
16
16
with :
17
17
python-version : 3.8
18
18
- name : Install Flit
22
22
- name : Test
23
23
run : make test-cov
24
24
- name : Coverage
25
- uses : codecov/codecov-action@v3 .1.4
25
+ uses : codecov/codecov-action@v4 .1.0
Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v4
27
27
- name : Set up Python
28
- uses : actions/setup-python@v4
28
+ uses : actions/setup-python@v5
29
29
with :
30
30
python-version : ${{ matrix.python-version }}
31
31
- name : Install core
42
42
steps :
43
43
- uses : actions/checkout@v4
44
44
- name : Set up Python
45
- uses : actions/setup-python@v4
45
+ uses : actions/setup-python@v5
46
46
with :
47
47
python-version : 3.8
48
48
- name : Install Flit
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ Documentation = "https://github.com/python-ellar/ellar-django-module"
57
57
Source = " https://github.com/python-ellar/ellar-django-module"
58
58
Homepage = " https://python-ellar.github.io/ellar-django-module/"
59
59
60
+
60
61
[tool .ruff ]
61
62
select = [
62
63
" E" , # pycodestyle errors
You can’t perform that action at this time.
0 commit comments