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 1111 steps :
1212 - uses : actions/checkout@v4
1313 - name : Set up Python
14- uses : actions/setup-python@v4
14+ uses : actions/setup-python@v5
1515 with :
1616 python-version : 3.8
1717 - name : Install Flit
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v4
1414 - name : Set up Python
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v5
1616 with :
1717 python-version : 3.8
1818 - name : Install Flit
2222 - name : Test
2323 run : make test-cov
2424 - 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 2525 steps :
2626 - uses : actions/checkout@v4
2727 - name : Set up Python
28- uses : actions/setup-python@v4
28+ uses : actions/setup-python@v5
2929 with :
3030 python-version : ${{ matrix.python-version }}
3131 - name : Install core
4242 steps :
4343 - uses : actions/checkout@v4
4444 - name : Set up Python
45- uses : actions/setup-python@v4
45+ uses : actions/setup-python@v5
4646 with :
4747 python-version : 3.8
4848 - 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"
5757Source = " https://github.com/python-ellar/ellar-django-module"
5858Homepage = " https://python-ellar.github.io/ellar-django-module/"
5959
60+
6061[tool .ruff ]
6162select = [
6263 " E" , # pycodestyle errors
You can’t perform that action at this time.
0 commit comments