File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3434 fetch-depth : 0
3535 persist-credentials : false
3636
37- - uses : hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # v2.13 .0
37+ - uses : hynek/build-and-inspect-python-package@efb823f52190ad02594531168b7a2d5790e66516 # v2.14 .0
3838
3939 test-publish :
4040 needs : [dist]
Original file line number Diff line number Diff line change @@ -76,6 +76,10 @@ build.hooks.vcs.version-file = "src/plotting_backends/_version.py"
7676skip = [" uv.lock" ]
7777
7878
79+ [tool .commitizen ]
80+ name = " cz_gitmoji"
81+
82+
7983[tool .coverage ]
8084run.source = [" plotting_backends" ]
8185report.exclude_also = [
@@ -86,6 +90,7 @@ report.exclude_also = [
8690 ' if typing.TYPE_CHECKING:' ,
8791]
8892
93+
8994[tool .mypy ]
9095python_version = " 3.9"
9196
You can’t perform that action at this time.
0 commit comments