From 00bedb30c28375cdf922cd42ad76124cfc98cf68 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 9 Feb 2023 18:55:21 +0100 Subject: [PATCH] Run `flake8` also on tests files. --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5819574..8e61055 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,6 @@ repos: rev: 6.0.0 hooks: - id: flake8 - exclude: "setup.py" - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0