diff --git a/pyproject.toml b/pyproject.toml index 6f1fb9da..92742ae2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ packages = ["osmnx"] path = "osmnx/_version.py" [tool.mypy] -cache_dir = "~/.cache/mypy" +cache_dir = "~/.cache/pre-commit/mypy" ignore_missing_imports = true python_version = "3.9" strict = true @@ -70,7 +70,7 @@ warn_no_return = true warn_unreachable = true [tool.ruff] -cache-dir = "~/.cache/ruff" +cache-dir = "~/.cache/pre-commit/ruff" exclude = ["build/*"] line-length = 100