From b68b32680a9a4185205b00c1a56514611261acec Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 17 Feb 2025 09:32:10 +0100 Subject: [PATCH] flake8 config updated --- .flake8 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.flake8 b/.flake8 index a783942..5965be3 100644 --- a/.flake8 +++ b/.flake8 @@ -13,12 +13,7 @@ exclude = build, dist, .conda - test.py # Enable specific plugins or options # Example: Enabling flake8-docstrings -select = C,E,F,W,D - -# Specify custom error codes to ignore or enable -per-file-ignores = - tests/*: D \ No newline at end of file +select = C,E,F,W,D \ No newline at end of file