Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
keller-mark committed Nov 27, 2024
1 parent 294dbc0 commit 4c88bcb
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 14 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,14 @@ dev = [
'pytest>=6.2.4',
'loompy>=3.0.6',
'coverage>=6.3.2',
'flake8==3.8.4',
'flake8>=3.8.4',
#'spatialdata>=0.2.2',
'jupyterlab',
'numba>=0.53.0',
'jupyterlab>=3',
'boto3>=1.16.30',
'scikit-misc>=0.1.3',
'autopep8>=2.0.2',
]

[tool.uv]
Expand Down
1 change: 1 addition & 0 deletions tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ def test_config_set_layout_multi_view():
"initStrategy": "auto"
}


def test_config_set_layout_multi_view_custom_split():
vc = VitessceConfig(schema_version="1.0.15")
my_dataset = vc.add_dataset(name='My Dataset')
Expand Down
41 changes: 28 additions & 13 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4c88bcb

Please sign in to comment.