https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 8863b5c186ddfdbabfe2b4f9f7d4468819ca474a authored by Antoine R. Dumont (@ardumont) on 02 July 2020, 09:57:44 UTC
Refactor common loader behavior within from_disk.iter_directory
Tip revision: 8863b5c
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