aboutsummaryrefslogtreecommitdiff
path: root/benchmark/mypy.ini
blob: 1b1cd5403ff272a5ea8774334782c90684811f2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[mypy]
namespace_packages = True
follow_imports = skip
check_untyped_defs = True
disallow_untyped_defs = True
exclude = ^(agbenchmark/challenges/|agent/|venv|venv-dev)
ignore_missing_imports = True

[mypy-agbenchmark.utils.data_types.*]
ignore_errors = True

[mypy-numpy.*]
ignore_errors = True