Skip to content

Commit 4c88bcb

Browse files
committed
Linting
1 parent 294dbc0 commit 4c88bcb

File tree

3 files changed

+31
-14
lines changed

3 files changed

+31
-14
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,14 @@ dev = [
100100
'pytest>=6.2.4',
101101
'loompy>=3.0.6',
102102
'coverage>=6.3.2',
103-
'flake8==3.8.4',
103+
'flake8>=3.8.4',
104104
#'spatialdata>=0.2.2',
105105
'jupyterlab',
106106
'numba>=0.53.0',
107107
'jupyterlab>=3',
108108
'boto3>=1.16.30',
109109
'scikit-misc>=0.1.3',
110+
'autopep8>=2.0.2',
110111
]
111112

112113
[tool.uv]

tests/test_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,7 @@ def test_config_set_layout_multi_view():
555555
"initStrategy": "auto"
556556
}
557557

558+
558559
def test_config_set_layout_multi_view_custom_split():
559560
vc = VitessceConfig(schema_version="1.0.15")
560561
my_dataset = vc.add_dataset(name='My Dataset')

uv.lock

Lines changed: 28 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)