Skip to content

Commit

Permalink
tab
Browse files Browse the repository at this point in the history
  • Loading branch information
stgm committed Dec 10, 2024
1 parent 8e93bec commit 98ecad4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def testMethod():
return False, "let op dat je geen map() gebruikt"
if has_call('eval'):
return False, "let op dat je geen eval() gebruikt"
if has_import('math'):
return False, "let op dat je geen import math gebruikt"
# if has_import('math'):
# return False, "let op dat je geen import math gebruikt"

# run pycodestyle for a couple of basic checks
try:
Expand Down
4 changes: 2 additions & 2 deletions tests/_basics_no_listcomp.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def testMethod():
return False, "let op dat je geen zip() gebruikt"
if has_call('all', 'any'):
return False, "let op dat je geen all() of any() gebruikt"
if has_import('math'):
return False, "let op dat je geen import math gebruikt"
# if has_import('math'):
# return False, "let op dat je geen import math gebruikt"
if has_generators():
return False, "let op dat je geen [... for ...] gebruikt"

Expand Down

0 comments on commit 98ecad4

Please sign in to comment.