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 58c9c5a commit d6a817cCopy full SHA for d6a817c
commitizen/commands/init.py
@@ -122,7 +122,6 @@ def _install_pre_commit_hook(self):
122
# .pre-commit-config does not exist
123
config_data["repos"] = [cz_hook_config]
124
else:
125
- # breakpoint()
126
with open(pre_commit_config_filename) as config_file:
127
yaml_data = yaml.safe_load(config_file)
128
if yaml_data:
0 commit comments