We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7e999 commit ffe24b3Copy full SHA for ffe24b3
README.md
@@ -31,15 +31,15 @@ Basic:
31
```yml
32
steps:
33
- uses: actions/checkout@v4
34
- - uses: marian-code/python-lint-annotate@v3
+ - uses: marian-code/python-lint-annotate@v4
35
```
36
37
Options:
38
39
40
41
42
43
with:
44
python-root-list: "src/ tests/*" # accepts wildcards
45
use-pycodestyle: false
@@ -100,7 +100,7 @@ jobs:
100
- run: |
101
python --version # this will output 3.9 now
102
run tests or other things using python ...
103
104
105
python-root-list: "./tests/*.py"
106
use-black: true
0 commit comments