From 3cb3a2038569370a2e44bcda28a378dac96c6c10 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 78ea3ff6..c7e7ce97 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -1,5 +1,5 @@ [lint] -extend-select = ["B", "I", "TRY", "UP"] +extend-select = ["B", "I", "PGH", "TRY", "UP"] ignore = ["TRY003"] [lint.isort]