File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ Basic:
31
31
``` yml
32
32
steps :
33
33
- uses : actions/checkout@v4
34
- - uses : marian-code/python-lint-annotate@v3
34
+ - uses : marian-code/python-lint-annotate@v4
35
35
` ` `
36
36
37
37
Options:
38
38
39
39
` ` ` yml
40
40
steps :
41
41
- uses : actions/checkout@v4
42
- - uses : marian-code/python-lint-annotate@v3
42
+ - uses : marian-code/python-lint-annotate@v4
43
43
with :
44
44
python-root-list : " src/ tests/*" # accepts wildcards
45
45
use-pycodestyle : false
@@ -100,7 +100,7 @@ jobs:
100
100
- run: |
101
101
python --version # this will output 3.9 now
102
102
run tests or other things using python ...
103
- - uses: marian-code/python-lint-annotate@v3
103
+ - uses: marian-code/python-lint-annotate@v4
104
104
with:
105
105
python-root-list: "./tests/*.py"
106
106
use-black: true
You can’t perform that action at this time.
0 commit comments