0
Files
symonk 7c0fa3bf7e [py]: Recipe for black; configure flake8 to work in tandem
NOKEYCHECK=True
GitOrigin-RevId: c686e6875c326d6b1752dbb0a0823a5a3c83bb24
2022-10-01 05:34:44 -07:00

12 lines
310 B
INI

[flake8]
exclude = .tox,docs/source/conf.py,*venv
# Disable this once black is applied throughout & line length is better handled.
extend-ignore = E501, E203
# This does nothing for now as E501 is ignored.
max-line-length = 120
[tool:pytest]
addopts = -ra
python_files = test_*.py *_tests.py
testpaths = test