https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: b6971b51399a6cfc612d28894a8c990da006676a authored by Antoine R. Dumont (@ardumont) on 16 July 2020, 13:06:55 UTC
pytest_plugin: Ensure fixture instantiates correctly
Tip revision: b6971b5
setup.cfg
[flake8]
# E203: whitespaces before ':' <https://github.com/psf/black/issues/315>
# E231: missing whitespace after ','
# W503: line break before binary operator <https://github.com/psf/black/issues/52>
ignore = E203,E231,W503
max-line-length = 88
back to top