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 0ec347c commit 8440f9dCopy full SHA for 8440f9d
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
run: poetry run mypy src
39
40
- name: Lint with PyLint
41
- run: poetry run pylint .\src\labthings\
+ run: poetry run pylint src/labthings/
42
43
- name: Test with pytest
44
run: poetry run pytest
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
45
46
0 commit comments