https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 52d6e0a5065a550cebd89bc5e9ecb2ed14bf7119 authored by Valentin Lorentz on 08 December 2021, 11:27:28 UTC
hypothesis_strategies: Ensure to generate valid directory entry name (again)
Tip revision: 52d6e0a
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