Skip to content

Commit

Permalink
fix type error, and make mypy check the new source dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Jul 7, 2024
1 parent 00cf6ea commit 1de3738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
poetry run pytest
- name: Test with mypy
run: |
poetry run mypy src/
poetry run mypy amdfan/
2 changes: 1 addition & 1 deletion amdfan/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
def cli(
ctx: click.Context,
configuration: bool,
service: bool,
service: str,
) -> None:
if configuration:
print(DEFAULT_FAN_CONFIG)
Expand Down

0 comments on commit 1de3738

Please sign in to comment.