Skip to content

Commit

Permalink
chore: Add exceptions for overly specific flake8 rules
Browse files Browse the repository at this point in the history
  • Loading branch information
JSchlensok committed Jun 11, 2024
1 parent b883563 commit ece1b57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ece1b57

Please sign in to comment.