Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 19, 2024
1 parent 7ca7086 commit a0c1f62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: Lightning-AI/utilities/.github/workflows/check-typing.yml@ci/mypy-dir
with:
actions-ref: ci/mypy-dir
source-dir: "lightning_data"
source-dir: ""

check-schema:
uses: Lightning-AI/utilities/.github/workflows/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ max-complexity = 10

[tool.mypy]
files = [
"src/lightning",
"lightning_data",
]
# This section is for folders with "-" as they are not valid python modules
exclude = [
Expand Down

0 comments on commit a0c1f62

Please sign in to comment.