Skip to content

Commit 16a3967

Browse files
committed
PREVENT MYPY FOR DEVELOPMENT
Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
1 parent b0e5960 commit 16a3967

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

.pre-commit-config.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,3 @@ repos:
2424
args: [--fix]
2525
# Run the formatter.
2626
- 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

pyproject.toml

-22
Original file line numberDiff line numberDiff line change
@@ -72,25 +72,3 @@ convention = "google"
7272
minversion = "8.3.3"
7373
pythonpath = [ "src", ]
7474
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

0 commit comments

Comments
 (0)