1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-11-28 23:20:23 +02:00
Files
oncall/tox.ini
Daniel Wang dbd2f21176 Exclude busy users from roster suggest
Also, ignore W503/W504 in flake8 checks to allow line breaks
before or after binary operators
2018-10-25 13:27:51 -07:00

13 lines
165 B
INI

[tox]
envlist = py27
[flake8]
exclude = .tox,./build
filename = *.py
ignore = E101,E741,W292,E722,E731,W503,W504
max-line-length = 160
[testenv]
deps =
pytest