Skip to content

Commit

Permalink
chore(ci): run mypy without args
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Mar 1, 2024
1 parent 57073b2 commit f504447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
ci:
uses: AmpelProject/Ampel-interface/.github/workflows/ci.yml@ci-py12-v3
uses: AmpelProject/Ampel-interface/.github/workflows/ci.yml@ci-py12-v4
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ build-backend = "poetry.core.masonry.api"

[tool.mypy]
show_error_codes = true
packages = ["extcats"]

[[tool.mypy.overrides]]
module = [
Expand Down

0 comments on commit f504447

Please sign in to comment.