File tree Expand file tree Collapse file tree 2 files changed +0
-60
lines changed Expand file tree Collapse file tree 2 files changed +0
-60
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments