From 3987dcb5ff96d2c2e457583e599b087bfc1b6f39 Mon Sep 17 00:00:00 2001 From: rly Date: Wed, 13 Dec 2023 23:03:08 -0800 Subject: [PATCH] FIx flake8 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cccacf048..b216932f9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ per-file-ignores = tests/integration/__init__.py:F401 src/pynwb/testing/__init__.py:F401 src/pynwb/validate.py:T201 - tests/read_dandi/test_read_dandi.py:T201 + tests/read_dandi/read_first_nwb_asset.py:T201 setup.py:T201 test.py:T201 scripts/*:T201