From 186f2307a01fe6ca9ee47a91f586dca82f9c29cf Mon Sep 17 00:00:00 2001 From: Daniel Garcia Moreno Date: Wed, 25 Sep 2024 17:38:23 +0200 Subject: [PATCH] flake8: Skip test files from flake8 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 22a2021ee..99f53c692 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,4 +5,4 @@ test=pytest ignore = E122,E501,W504 import-order-style = google application-import-names = Testing - +exclude = test/files/*