From 0a8d8b410f78ab2f6919103495ddb4dd3df70770 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sat, 13 Jan 2024 11:49:23 +0100 Subject: [PATCH] build: enable pygrep-hooks in ruff --- .ruff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruff.toml b/.ruff.toml index aa08568d..2629a6b0 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -1,5 +1,5 @@ [lint] -extend-select = ["B", "I", "UP"] +extend-select = ["B", "I", "PGH", "UP"] [lint.isort] known-third-party = ["tests"]