From 9650124c4f05da3d21506327e2aa28e3bdf53adc Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Mon, 11 Mar 2024 12:00:51 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3de841c77..6df1a1d01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ line-length = 120 "src/*/__init__.py" = ["F401"] "src/pynwb/_version.py" = ["T201"] "src/pynwb/validate.py" = ["T201"] -"scripts" = ["T201"] +"scripts/*" = ["T201"] # "test_gallery.py" = ["T201"] # Uncomment when test_gallery.py is created