Skip to content

Commit 58ab383

Browse files
committed
hyphens to underscores to fix path to files for mypy to check
1 parent e74cb22 commit 58ab383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ check-filenames = true
7575
uri-ignore-words-list = "*" # prevent spelling correction in URL-like values.
7676

7777
[tool.mypy]
78-
files = ['looptrace-loci-vis/*.py', 'tests/*.py']
78+
files = ['looptrace_loci_vis/*.py', 'tests/*.py']
7979
plugins = ["pydantic.mypy"]
8080
warn_redundant_casts = true
8181
warn_unused_ignores = true

0 commit comments

Comments
 (0)