diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 863ce2d..4670af8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.16.2 + rev: v0.16.5 hooks: # Run the linter. - id: ruff-check diff --git a/README.md b/README.md index 62fb3ff..f931cef 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,7 @@ from pyexpressionatlas import ExpressionAtlasClient client = ExpressionAtlasClient(cache_dir="~/.cache/my_custom_cache") # Search for experiments -results = client.search_experiments( - properties=["cancer", "breast"], - species="homo sapiens" -) +results = client.search_experiments(properties=["cancer", "breast"], species="homo sapiens") print(results) ``` BiocFrame with 208 rows and 4 columns