Skip to content

Commit 28dc470

Browse files
authored
Merge pull request #115 from chrishavlin/more_typing_fixes
more typing fixes
2 parents 9e3b005 + cfde19e commit 28dc470

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
@@ -45,7 +45,7 @@ skip = ["venv", "benchmarks"]
4545
version = {attr = "yt_xarray.__version__"}
4646

4747
[tool.mypy]
48-
files = ["yt_experiments",]
48+
files = ["yt_xarray",]
4949
python_version = "3.10"
5050
warn_unused_configs = true
5151
strict = true

0 commit comments

Comments
 (0)