https://github.com/SoftwareHeritage/swh-model
Revision bf4ab4336f7b43d442988c47d3dd70bb82b595c5 authored by Valentin Lorentz on 03 March 2021, 09:44:48 UTC, committed by Valentin Lorentz on 03 March 2021, 09:44:48 UTC
Other packages don't use it anymore.
1 parent 1e924e8
Raw File
Tip revision: bf4ab4336f7b43d442988c47d3dd70bb82b595c5 authored by Valentin Lorentz on 03 March 2021, 09:44:48 UTC
identifiers: Remove the deprecated SWHID class
Tip revision: bf4ab43
pyproject.toml
[tool.black]
target-version = ['py37']

[tool.isort]
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
ensure_newline_before_comments = true
line_length = 88
force_sort_within_sections = true
back to top