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.
2 parents bf989a6 + de0fb71 commit b215083Copy full SHA for b215083
.github/workflows/lint.yml
@@ -30,13 +30,13 @@ jobs:
30
xinstall --sudo pt -ic
31
~/.local/bin/poetry env use python3
32
cat pyproject.toml
33
- ~/.local/bin/poetry install -E all
+ ~/.local/bin/poetry install
34
- name: Lint with pylint
35
run: |
36
- ~/.local/bin/poetry run pylint -E dsutil/
+ ~/.local/bin/poetry run pylint -E pysparker/ tests/
37
- name: Lint with pytype
38
39
- ~/.local/bin/poetry run pytype dsutil/ tests/
+ ~/.local/bin/poetry run pytype ./
40
- name: Check code format
41
42
- ~/.local/bin/poetry run yapf -dr dsutil/ tests/
+ ~/.local/bin/poetry run yapf -dr .
0 commit comments