From bcc0f016d414383b5202317844670cd7e9f44191 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 9 Feb 2023 18:52:24 +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 0acf44f..07bd0b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,6 @@ repos: rev: 6.0.0 hooks: - id: flake8 - exclude: "setup.py|tests" - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0