From ece1b579c425f521bcff5bf162270fd95c8c13b6 Mon Sep 17 00:00:00 2001 From: Julius Schlensok Date: Tue, 11 Jun 2024 20:33:37 +0000 Subject: [PATCH] chore: Add exceptions for overly specific flake8 rules --- .flake8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.flake8 b/.flake8 index 0aa823d..48185de 100644 --- a/.flake8 +++ b/.flake8 @@ -6,9 +6,9 @@ max-complexity = 10 docstring-convention = google per-file-ignores = tests/*:S101,S301,S403 - tests/unit_tests/test_parquet.py:DAR101 + tests/unit_tests/test_parquet.py:B908,DAR101 noxfile.py:DAR101 spectrum_io/raw/thermo_raw.py:S603,S404 - spectrum_io/raw/msraw.py:S405,S314 + spectrum_io/raw/msraw.py:B026,S405,S314 spectrum_io/d/masterSpectrum.py:C901 docs/conf.py:S404,S607,S603