1[metadata]
2license-file = LICENSE
3
4[pycodestyle]
5ignore = E711,E712,W291,W293,E261,E128
6max-line-length = 99
7
8[flake8]
9ignore = E711,E712,W291,W293,E261,E128
10max-line-length = 99
11
12[build_sphinx]
13source-dir = docs/
14build-dir = build/sphinx
15all_files = 1
16
17[tool:pytest]
18testpaths = flexget/tests
19
20[aliases]
21test = pytest
22
23[mypy]
24plugins = sqlmypy