Spaces:
Configuration error
Configuration error
File size: 453 Bytes
a01ef8c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
[pytest]
markers =
tensorflow: test requires tensorflow to be installed
pytorch: test requires pytorch to be installed
common: test does not require a specific framework to be installed
integration: test is not a true unit test or requires external resource access
[flake8]
ignore = C901,W504
tee = True
inline-quotes = double
max-line-length=120
max-complexity=12
exclude = .cache,.tox,__pycache__,.pytest_cache,*.pyc,.venv,.mypy_cache
|