summaryrefslogtreecommitdiffstats
path: root/test/setup.cfg
blob: a377a59a4cc56a31d05da7de89207d99a440ac8f (plain)
1
2
3
4
5
6
7
8
9
10
11
[tool:pytest]
minversion = 3.6
markers =
    bashcomp
    complete

[mypy]
python_version = 3.6
mypy_path = $MYPY_CONFIG_FILE_DIR/t
show_error_codes = true
enable_error_code = ignore-without-code,redundant-self,truthy-iterable