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 e7dbdce commit 7f19b98Copy full SHA for 7f19b98
.github/workflows/all-lints.yml
@@ -12,7 +12,7 @@ jobs:
12
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
13
steps:
14
- uses: actions/checkout@v1
15
- - uses: marian-code/pyaction@master
+ - uses: marian-code/python-lint-annotate@master
16
with:
17
python-root-list: "./tests/*.py ./tests/subtest/*.py"
18
use-black: true
0 commit comments