diff --git a/src/compwa_policy/check_dev_files/ruff.py b/src/compwa_policy/check_dev_files/ruff.py index 756241e4..e4a4208d 100644 --- a/src/compwa_policy/check_dev_files/ruff.py +++ b/src/compwa_policy/check_dev_files/ruff.py @@ -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: