mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
wip refactoring
This commit is contained in:
parent
31f9d51bf3
commit
e053af589e
11 changed files with 39 additions and 34 deletions
|
|
@ -19,7 +19,8 @@ warn_redundant_casts = True
|
|||
|
||||
|
||||
[tool:isort]
|
||||
known_third_party = click,pathlib2
|
||||
known_first_party = pycalver,pycalver2
|
||||
known_third_party = click,pathlib2,lexid
|
||||
force_single_line = True
|
||||
length_sort = True
|
||||
|
||||
|
|
@ -161,3 +162,8 @@ disable =
|
|||
missing-class-docstring,
|
||||
missing-function-docstring,
|
||||
raise-missing-from,
|
||||
duplicate-code,
|
||||
|
||||
generated-members =
|
||||
# members of typing.NamedTuple
|
||||
"(_replace|_asdict|_fields)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue