Skip to content

Commit 4f9a6f5

Browse files
author
Carlos Gaete
committed
Fix: Remove mypy dev dependency
1 parent 9828b81 commit 4f9a6f5

File tree

2 files changed

+0
-60
lines changed

2 files changed

+0
-60
lines changed

.github/workflows/type-checking.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

pyproject.toml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -109,33 +109,3 @@ select = [
109109
'TID', # flake8-tidy-imports
110110
'NPY', # numpy
111111
]
112-
113-
# Add basic mypy configuration
114-
[tool.mypy]
115-
python_version = "3.9"
116-
warn_unused_configs = true
117-
disallow_untyped_defs = false
118-
disallow_incomplete_defs = false
119-
# Ignore class-level imports in accessor.py
120-
disable_error_code = ["misc"]
121-
122-
# Ignore missing imports for external libraries
123-
[[tool.mypy.overrides]]
124-
module = [
125-
"matplotlib.*",
126-
"seaborn.*",
127-
"networkx.*",
128-
"pycountry.*",
129-
"country_converter.*",
130-
"geopy.*",
131-
"unidecode.*",
132-
"entsoe.*",
133-
"yaml.*",
134-
"scipy.*",
135-
"pandas.*",
136-
"tqdm.*",
137-
"deprecation.*",
138-
"cartopy.*",
139-
"six.*",
140-
]
141-
ignore_missing_imports = true

0 commit comments

Comments
 (0)