Skip to content

Commit

Permalink
Specify directories to check for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Mar 9, 2024
1 parent 189b43d commit 406b581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_and_fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
pip install .
pip install -r requirements-type.txt
- name: mypy
run: mypy .
run: mypy
- name: ruff format
run: ruff format
- name: isort
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ strict = ["*"]

[tool.mypy]
python_version = "3.9"
exclude = ["msicreator"]
files = ["src", "scripts", "tests", "compile.py"]

[tool.isort]
line_length = 200
Expand Down

0 comments on commit 406b581

Please sign in to comment.