From cbe04a44fc3f0fcf87aa85ce3aec397eab9898ee Mon Sep 17 00:00:00 2001 From: Christopher Schwan Date: Thu, 24 Oct 2024 14:39:07 +0200 Subject: [PATCH] Remove `pineappl_cli/src/plot.py` from exclusion list --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e5eade9b..5e546653 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,8 +19,6 @@ repos: exclude: ^pineappl_cli/src/plot.py - id: ruff-format args: [] - # TODO: remove this exclusion once we've merged this into master - exclude: ^pineappl_cli/src/plot.py - repo: local hooks: - id: fmt