Commit 307941d 1 parent 2de63c0 commit 307941d Copy full SHA for 307941d
File tree 2 files changed +0
-30
lines changed
2 files changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,3 @@ repos:
24
24
args : [--fix]
25
25
# Run the formatter.
26
26
- id : ruff-format
27
- - repo : https://github.com/pre-commit/mirrors-mypy
28
- rev : ' v1.13.0'
29
- hooks :
30
- - id : mypy
31
- additional_dependencies :
32
- - " types-requests==2.32.0.20241016"
33
- - " pandas-stubs==2.2.3.241009"
34
- pass_filenames : false
Original file line number Diff line number Diff line change @@ -72,25 +72,3 @@ convention = "google"
72
72
minversion = " 8.3.3"
73
73
pythonpath = [ " src" , ]
74
74
testpaths = [ " tests" , ]
75
-
76
- [tool .mypy ]
77
- files = [" src" , " tests" ]
78
- exclude = " class_soc_calc\\ .py$"
79
- check_untyped_defs = true
80
- warn_unused_ignores = true
81
-
82
- [[tool .mypy .overrides ]]
83
- module = " akkudoktoreos.*"
84
- disallow_untyped_defs = true
85
-
86
- [[tool .mypy .overrides ]]
87
- module = " sklearn.*"
88
- ignore_missing_imports = true
89
-
90
- [[tool .mypy .overrides ]]
91
- module = " deap.*"
92
- ignore_missing_imports = true
93
-
94
- [[tool .mypy .overrides ]]
95
- module = " xprocess.*"
96
- ignore_missing_imports = true
You can’t perform that action at this time.
0 commit comments