mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
fix #12: sorting of tags ignored version number semantics
This commit is contained in:
parent
2660ec03d3
commit
54a5892957
6 changed files with 105 additions and 173 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue