From 4d54e936449c67765f19327e1438388d946e0709 Mon Sep 17 00:00:00 2001 From: Matthew Kolopanis Date: Tue, 5 Dec 2023 09:51:28 -0700 Subject: [PATCH] additionally ignore B035 for mir parser test file --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index e8d148c8e0..06cad83b57 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,6 +12,7 @@ max-line-length = 88 per-file-ignores = pyuvdata/tests/*.py: D pyuvdata/*/tests/*.py: D + pyuvdata/uvdata/tests/test_mir_parser.py: D, B035 docs/*.py: D,A setup.py: D # remove the following lines as functions and input variables are renamed to pep8 style: