From af07ceebb4cf7b66a8b98d855b1c98780ef91236 Mon Sep 17 00:00:00 2001 From: Lars Bilke Date: Tue, 17 Oct 2023 09:46:55 +0200 Subject: [PATCH] [pre-commit] Enable ruff on notebooks. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d4cb6ddbc2..142cca1d2ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -86,7 +86,7 @@ repos: rev: "v0.1.0" hooks: - id: ruff - files: "Applications/Python/.*" + types_or: [python, pyi, jupyter] # Enable on demand, run with # pre-commit run --all-files clang-format #