Skip to content

Commit

Permalink
ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Dec 18, 2024
1 parent 457e0bd commit f667fd3
Show file tree
Hide file tree
Showing 6 changed files with 6,940 additions and 3,560 deletions.
12 changes: 3 additions & 9 deletions test/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,7 @@ def metafunc(self, fs, *args, **kwargs):
assert fs is None
func(self, *args, **kwargs)

parameterize(metafunc, {'': (None,),
'nodefs': ('nodefs',)})
parameterize(metafunc, {'': (None,), 'nodefs': ('nodefs',)})
return metafunc


Expand All @@ -426,9 +425,7 @@ def metafunc(self, fs, *args, **kwargs):
assert fs is None
func(self, *args, **kwargs)

parameterize(metafunc, {'': (None,),
'nodefs': ('nodefs',),
'rawfs': ('rawfs',)})
parameterize(metafunc, {'': (None,), 'nodefs': ('nodefs',), 'rawfs': ('rawfs',)})
return metafunc


Expand All @@ -450,10 +447,7 @@ def metafunc(self, fs, *args, **kwargs):

# TODO(sbc): rather than treat WASMFS as orthogonal we should
# probably make it combinatorial with nodefs and noderawfs.
parameterize(metafunc, {'': (None,),
'nodefs': ('nodefs',),
'rawfs': ('rawfs',),
'wasmfs': ('wasmfs',)})
parameterize(metafunc, {'': (None,), 'nodefs': ('nodefs',), 'rawfs': ('rawfs',), 'wasmfs': ('wasmfs',)})
return metafunc


Expand Down
Loading

0 comments on commit f667fd3

Please sign in to comment.