summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 4cdb9ffe2c51bd1c9c7c04b0cefc1aeab20131f8 (plain)
1
2
3
4
5
6
7
8
[flake8]
max-line-length = 95
ignore = E116,E241,E251,E741,W504,I101,B006,B023,SIM102,SIM103,SIM105,SIM110,SIM113,SIM114,SIM115,SIM117,SIM223,SIM300,SIM401,SIM904,SIM905,SIM907
exclude = .git,.tox,.venv,tests/roots/*,build/*,doc/_build/*,sphinx/search/*,doc/usage/extensions/example*.py
application-import-names = sphinx
import-order-style = smarkets
per-file-ignores =
    tests/*: E501