We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2b628 commit ae4ce4dCopy full SHA for ae4ce4d
exasol/toolbox/pre_commit_hooks/package_version.py
@@ -23,9 +23,9 @@
23
# fmt: off
24
_VERSION_MODULE_TEMPLATE = cleandoc('''
25
# ATTENTION:
26
- # This file is generated by exasol/toolbox/pre_commit_hooks/package_version.py using when using:
27
- # * "poetry run nox -s fix"
28
- # * "poetry run version-check <path/version.py> --fix"
+ # This file is generated by exasol/toolbox/pre_commit_hooks/package_version.py when using:
+ # * either "poetry run nox -s fix"
+ # * or "poetry run version-check <path/version.py> --fix"
29
# Do not edit this file manually!
30
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
31
MAJOR = {major}
0 commit comments