Skip to content

Commit

Permalink
added support for codespell in linting - issue ploomber#71
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielOX committed Dec 25, 2023
1 parent 5f0cf9e commit cc063eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pkgmt/hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ def run(self, cmd, fix):
header = "=" * 20
click.echo(f"{header} Running: {cmd_} {header}")
res = subprocess.run(cmd, cwd=self._cwd)
print("============")
print(res.returncode)
print("============")
if res.returncode not in (1,65):
self._errors.append((cmd_, fix))

Expand Down

0 comments on commit cc063eb

Please sign in to comment.