aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
blob: 1cd3b5812efc9272385a555284e799e262592a18 (about) (plain)
1
2
3
4
5
6
[mypy]
incremental = true
strict = true

[mypy-immutables.map,immutables._testutils]
ignore_errors = true