cavis/pydl4j/pytest.ini

11 lines
196 B
INI
Raw Normal View History

2019-06-06 14:21:15 +02:00
[pytest]
norecursedirs = build
# PEP-8 The following are ignored:
# E501 line too long (82 > 79 characters)
# W503 line break occurred before a binary operator
pep8ignore = * E501 \
* W503