Skip to content

Commit b8c9283

Browse files
committed
fix lint tests
1 parent 7fd62dc commit b8c9283

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.idea/workspace.xml

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ and I wanted to avoid requiring this of anyone else, wishing to run/test this pr
9393
> ./prj/script/venv/bin/mypy --check-untyped-defs -p test -p src
9494

9595
Success: no issues found in 16 source files
96-
Declans-iMac:ex_auto declan$ ./prj/script/venv/bin/pylint src test
96+
9797

9898
## Check Lint
99-
> ./prj/script/venv/bin/pylint src test
99+
> ./prj/script/venv/bin/python -m pylint src test
100100

101101
--------------------------------------------------------------------
102102
Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ def main():
2121

2222
# ---------------------------------------
2323
if __name__ == "__main__":
24-
main()
24+
main()

0 commit comments

Comments
 (0)