salt/tools/precommit/__init__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
235 B
Python
Raw Normal View History

"""
These commands, and sub-commands, are used by pre-commit.
"""
from ptscripts import command_group
# Define the command group
cgroup = command_group(
name="pre-commit", help="Pre-Commit Related Commands", description=__doc__
)