-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
9 lines (8 loc) · 1.09 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
[tool:pytest]
collect_ignore = ['setup.py']
mccabe-complexity = 13
flake8-ignore = docs/conf.py ALL
flake8-max-line-length = 120
[yapf]
column_limit = 120
spaces_before_comment = 2