File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# NOTE: Keep this is sync with the tool.mypy sections of pyproject.toml!
22[mypy]
33explicit_package_bases = true
4- mypy_path = $MYPY_CONFIG_FILE_DIR:$MYPY_CONFIG_FILE_DIR /omd/packages/omd:$MYPY_CONFIG_FILE_DIR/tests/typeshed:$MYPY_CONFIG_FILE_DIR/packages/cmk-trace
4+ mypy_path = $MYPY_CONFIG_FILE_DIR/omd/packages/omd:$MYPY_CONFIG_FILE_DIR/tests/typeshed
55plugins = pydantic.mypy
6- python_version = 3.12
6+ python_version = 3.13
77scripts_are_modules = true
88
9+ # do not descend into 3rd party dependencies
10+ follow_imports = silent
11+ follow_imports_for_stubs = true
12+
913# hidden flags for PEP 688 compat, see https://github.com/python/mypy/issues/15313
1014disable_bytearray_promotion = true
1115disable_memoryview_promotion = true
@@ -50,4 +54,4 @@ enable_error_code = [
5054 " unimported-reveal" ,
5155 " unused-awaitable" ,
5256 " unused-ignore" ,
53- ]
57+ ]
You can’t perform that action at this time.
0 commit comments