Skip to content

Commit

Permalink
mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Jun 24, 2024
1 parent 2b1d56f commit d377074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/type_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: push

jobs:
type_check:
name: Format, lint code
name: Type check code with mypy
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ exclude = [
"py_template/__init__.py",
"test/__init__.py",
]
explicit_package_bases = True

[tool.coverage.run]
omit = [
Expand Down

0 comments on commit d377074

Please sign in to comment.