Skip to content

Commit b2a4844

Browse files
authored
Merge pull request #151 from python-project-templates/tkp/ruff
Remove noqa in test
2 parents c2ea129 + 6e206ff commit b2a4844

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

js/{{module}}/tests/test_all.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from {{ module }} import * # noqa
1+
from {{ module }} import *
22

33

44
def test_all():

jupyter/{{module}}/tests/test_all.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from {{ module }} import * # noqa
1+
from {{ module }} import *
22

33

44
def test_all():

python/{{module}}/tests/test_all.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from {{ module }} import * # noqa
1+
from {{ module }} import *
22

33

44
def test_all():

rust/{{module}}/tests/test_all.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from {{ module }} import * # noqa
1+
from {{ module }} import *
22

33

44
def test_all():

rustjswasm/{{module}}/tests/test_all.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from {{ module }} import * # noqa
1+
from {{ module }} import *
22

33

44
def test_all():

0 commit comments

Comments
 (0)