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 aeba509 commit 95fe43f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def read(*names, **kwargs):
"nbqa",
"flake8",
"jupytext",
"codespell",
# ensure we have a valid IPython version since
# black needs it
"ipython<=8.12.0; python_version <= '3.8'",
Expand Down
3 changes: 0 additions & 3 deletions src/pkgmt/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,3 @@ def lint(files, exclude):

if returncode:
raise SystemExit("Error linting")

if __name__ == '__main__':
cli()
1 change: 1 addition & 0 deletions test.ipynb

Large diffs are not rendered by default.

0 comments on commit 95fe43f

Please sign in to comment.