mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-12 06:18:00 -05:00
6 lines
159 B
INI
6 lines
159 B
INI
[mypy]
|
|
plugins = numpy.typing.mypy_plugin
|
|
disable_error_code = annotation-unchecked
|
|
allow_redefinition = True
|
|
exclude = test_dynamic_(indexing|assignment)\.py
|