We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c73da commit 21fbf8dCopy full SHA for 21fbf8d
README.md
@@ -28,15 +28,15 @@ Basic:
28
```yml
29
steps:
30
- uses: actions/checkout@v1
31
- - uses: marian-code/python-lint-annotate@v2.0.0
+ - uses: marian-code/python-lint-annotate@v2.1.0
32
```
33
34
Options:
35
36
37
38
39
40
with:
41
python-root-list: "src/ tests/'*'" # accepts wildcards bit must be enclosed in commas
42
use-pycodestyle: false
0 commit comments