summaryrefslogtreecommitdiff
path: root/test/setup.cfg
blob: 6abd7d3a01386a445c721411eee85e9acd364241 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[tool:pytest]
minversion = 3.6
markers =
    bashcomp
    complete

[mypy]
python_version = 3.4
ignore_missing_imports = true

[isort]
known_first_party = conftest
known_third_party = pexpect,pytest
profile = black
line_length = 79

[flake8]
extend-ignore = D202,E203,E501