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 2371bae commit d804102Copy full SHA for d804102
.github/workflows/lint.yml
@@ -15,7 +15,4 @@ jobs:
15
uses: actions/checkout@v3.5.2
16
17
- name: Run pyright
18
- uses: jakebailey/pyright-action@v2
19
- with:
20
- working-directory: puppetparser
21
- project: .
+ uses: jakebailey/pyright-action@v2
pyproject.toml
@@ -30,4 +30,5 @@ build-backend = "poetry.core.masonry.api"
30
31
[tool.pyright]
32
typeCheckingMode = "strict"
33
-stubPath = "stubs"
+stubPath = "stubs"
34
+exclude = ["tests", ".venv"]
0 commit comments