Skip to content

Commit

Permalink
ENH: update template hook for nbQA
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Dec 3, 2024
1 parent 28f5e3b commit 976b158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compwa_policy/check_dev_files/ruff.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ def __add_nbqa_isort_pre_commit(precommit: ModifiablePrecommit) -> None:
excludes = nbqa_hook.get("exclude")
expected_repo = Repo(
repo="https://github.com/nbQA-dev/nbQA",
rev="1.9.0",
rev="1.9.1",
hooks=[Hook(id="nbqa-isort", args=read_preserved_yaml("[--float-to-top]"))],
)
if excludes is not None:
Expand Down

0 comments on commit 976b158

Please sign in to comment.