You've already forked oncall
mirror of
https://github.com/linkedin/oncall.git
synced 2025-11-28 23:20:23 +02:00
Also, ignore W503/W504 in flake8 checks to allow line breaks before or after binary operators
13 lines
165 B
INI
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
|