We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e82ddd commit e7dbdceCopy full SHA for e7dbdce
1 file changed
README.md
@@ -31,15 +31,15 @@ Basic:
31
```yml
32
steps:
33
- uses: actions/checkout@v1
34
- - uses: marian-code/python-lint-annotate@v2
+ - uses: marian-code/python-lint-annotate@v3
35
```
36
37
Options:
38
39
40
41
42
43
with:
44
python-root-list: "src/ tests/*" # accepts wildcards
45
use-pycodestyle: false
0 commit comments