We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d4675 commit 79aa809Copy full SHA for 79aa809
2 files changed
.github/workflows/cd.yml
@@ -34,7 +34,7 @@ jobs:
34
fetch-depth: 0
35
persist-credentials: false
36
37
- - uses: hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # v2.13.0
+ - uses: hynek/build-and-inspect-python-package@efb823f52190ad02594531168b7a2d5790e66516 # v2.14.0
38
39
test-publish:
40
needs: [dist]
pyproject.toml
@@ -76,6 +76,10 @@ build.hooks.vcs.version-file = "src/plotting_backends/_version.py"
76
skip = ["uv.lock"]
77
78
79
+[tool.commitizen]
80
+name = "cz_gitmoji"
81
+
82
83
[tool.coverage]
84
run.source = ["plotting_backends"]
85
report.exclude_also = [
@@ -86,6 +90,7 @@ report.exclude_also = [
86
90
'if typing.TYPE_CHECKING:',
87
91
]
88
92
93
89
94
[tool.mypy]
95
python_version = "3.9"
96
0 commit comments