Compare commits
3 Commits
1.2.2.post
...
1.3.0.post
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d430907f12 | ||
|
|
0be71a4c3c | ||
|
|
114aa31115 |
@@ -135,6 +135,6 @@ kwargs available to this function:
|
||||
|
||||
There is unfortunately some technical limitation :
|
||||
|
||||
* MultiThreading and async behavior is not tested.
|
||||
* MultiThreading and async behavior is not tested / supported.
|
||||
* Multiple tag on the same commit is not supported.
|
||||
* Branch filter when searching for a version is only tested with -no-ff strategy
|
||||
@@ -31,6 +31,7 @@ class types_check(helper_withresults_base):
|
||||
"--explicit-package-bases",
|
||||
# "--strict-equality",
|
||||
# "--check-untyped-defs",
|
||||
"--enable-incomplete-feature=Unpack",
|
||||
# reports generation
|
||||
"--cobertura-xml-report",
|
||||
str(cls.get_result_dir()),
|
||||
|
||||
@@ -61,6 +61,6 @@ quality-check = ["pylint>=2.15","pylint-json2html>=0.4","pandas>=1.5"]
|
||||
type-check = ["mypy[reports]>=0.99" ]
|
||||
doc-gen = ["mkdocs>=1.4.0", "mkdocs-material>=8.5","mkdocs-pymdownx-material-extras", "mkdocs-localsearch>=0.9.0", "mkdocstrings[python]>=0.19", "mkdocs-with-pdf>=0.9.3","pyyaml>=6.0","pymdown-extensions>=9","mkdocs-markdownextradata-plugin","mkdocs-mermaid2-plugin"]
|
||||
|
||||
#[project.scripts]
|
||||
#my-script = "my_package.module:function"
|
||||
# [project.scripts]
|
||||
# my-script = "my_package.module:function"
|
||||
|
||||
|
||||
1
src/pygitversionhelper/py.typed
Normal file
1
src/pygitversionhelper/py.typed
Normal file
@@ -0,0 +1 @@
|
||||
# PlaceHolder
|
||||
Reference in New Issue
Block a user