From 6e206ff01daecda161ef2487eb2e2d4c47c00f48 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 26 Jul 2026 21:32:43 -0500 Subject: [PATCH] Remove noqa in test --- js/{{module}}/tests/test_all.py.jinja | 2 +- jupyter/{{module}}/tests/test_all.py.jinja | 2 +- python/{{module}}/tests/test_all.py.jinja | 2 +- rust/{{module}}/tests/test_all.py.jinja | 2 +- rustjswasm/{{module}}/tests/test_all.py.jinja | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/js/{{module}}/tests/test_all.py.jinja b/js/{{module}}/tests/test_all.py.jinja index 1ae629a..152fb40 100644 --- a/js/{{module}}/tests/test_all.py.jinja +++ b/js/{{module}}/tests/test_all.py.jinja @@ -1,4 +1,4 @@ -from {{ module }} import * # noqa +from {{ module }} import * def test_all(): diff --git a/jupyter/{{module}}/tests/test_all.py.jinja b/jupyter/{{module}}/tests/test_all.py.jinja index 1ae629a..152fb40 100644 --- a/jupyter/{{module}}/tests/test_all.py.jinja +++ b/jupyter/{{module}}/tests/test_all.py.jinja @@ -1,4 +1,4 @@ -from {{ module }} import * # noqa +from {{ module }} import * def test_all(): diff --git a/python/{{module}}/tests/test_all.py.jinja b/python/{{module}}/tests/test_all.py.jinja index 1ae629a..152fb40 100644 --- a/python/{{module}}/tests/test_all.py.jinja +++ b/python/{{module}}/tests/test_all.py.jinja @@ -1,4 +1,4 @@ -from {{ module }} import * # noqa +from {{ module }} import * def test_all(): diff --git a/rust/{{module}}/tests/test_all.py.jinja b/rust/{{module}}/tests/test_all.py.jinja index 1ae629a..152fb40 100644 --- a/rust/{{module}}/tests/test_all.py.jinja +++ b/rust/{{module}}/tests/test_all.py.jinja @@ -1,4 +1,4 @@ -from {{ module }} import * # noqa +from {{ module }} import * def test_all(): diff --git a/rustjswasm/{{module}}/tests/test_all.py.jinja b/rustjswasm/{{module}}/tests/test_all.py.jinja index 1ae629a..152fb40 100644 --- a/rustjswasm/{{module}}/tests/test_all.py.jinja +++ b/rustjswasm/{{module}}/tests/test_all.py.jinja @@ -1,4 +1,4 @@ -from {{ module }} import * # noqa +from {{ module }} import * def test_all():