Revision 6ab0c034fa4bb7df30f11ba1fa92a3f47f987bb3 authored by Michael Osthege on 12 January 2023, 19:00:29 UTC, committed by Thomas Wiecki on 14 January 2023, 01:27:44 UTC
The `add_values`/`remove_values` methods accessed attributes
that are not present on `BaseTrace` but only on `NDarray`,
therefore violating the signature.
1 parent 6c4d4eb
Raw File
mypy.ini
# Autogenerated by typing_copilot v0.6.0
[mypy]
no_implicit_optional = False
strict_optional = True
warn_redundant_casts = False
check_untyped_defs = False
disallow_untyped_calls = False
disallow_incomplete_defs = False
disallow_untyped_defs = False
disallow_untyped_decorators = False
ignore_missing_imports = True
warn_unused_ignores = False
back to top