fix #12: sorting of tags ignored version number semantics

This commit is contained in:
Manuel Barkhau 2020-10-05 17:54:33 +00:00
parent 2660ec03d3
commit 54a5892957
6 changed files with 105 additions and 173 deletions

View file

@ -20,7 +20,7 @@ warn_redundant_casts = True
[tool:isort]
known_first_party = pycalver
known_third_party = click,pathlib2,lexid
known_third_party = click,pathlib2,lexid,pkg_resources
force_single_line = True
length_sort = True