Skip to content

Commit

Permalink
FIX: remove black-jupyter hook as well (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Nov 7, 2023
1 parent 0049e63 commit 2560dba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/repoma/check_dev_files/black.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ def main(has_notebooks: bool) -> None:
hook_id="black",
repo_url="https://github.com/psf/black",
)
executor(
remove_precommit_hook,
hook_id="black-jupyter",
repo_url="https://github.com/psf/black",
)
executor(_update_precommit_repo, has_notebooks)
executor(add_extension_recommendation, "ms-python.black-formatter")
executor(set_setting, {"black-formatter.importStrategy": "fromEnvironment"})
Expand Down

0 comments on commit 2560dba

Please sign in to comment.