We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mypy
1 parent c7d8a7b commit a0ae0c2Copy full SHA for a0ae0c2
.pre-commit-config.yaml
@@ -45,13 +45,6 @@ repos:
45
hooks:
46
- id: ruff
47
48
-- repo: https://github.com/pre-commit/mirrors-mypy
49
- rev: v1.12.1
50
- hooks:
51
- - id: mypy
52
- files: nc_py_api/
53
- additional_dependencies: [pytest]
54
-
55
- repo: local
56
57
- id: pylint
pyproject.toml
@@ -248,11 +248,3 @@ exclude_lines = [
248
"DeprecationWarning",
249
"DEPRECATED",
250
]
251
252
-[tool.mypy]
253
-ignore_missing_imports = false
254
-warn_unreachable = true
255
-warn_no_return = true
256
-strict_optional = true
257
-check_untyped_defs = true
258
-show_error_codes = true
0 commit comments