Skip to content

Commit eb5fb93

Browse files
authored
Update griffe (#312)
1 parent a629d87 commit eb5fb93

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

docs/fsspec.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ fs = fsspec.filesystem("https")
6969
content = fs.cat_file("https://example.com/")
7070

7171
# Or, open the file directly
72-
```py
7372
url = "https://github.com/opengeospatial/geoparquet/raw/refs/heads/main/examples/example.parquet"
7473
with fsspec.open(url) as file:
7574
content = file.read()

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ nav:
6464
- api/attributes.md
6565
- api/exceptions.md
6666
- api/file.md
67-
- fsspec Integration: api/fsspec.md
67+
- obstore.fsspec: api/fsspec.md
6868
- Advanced Topics:
6969
- advanced/pickle.md
7070
- Developer Docs:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dev-dependencies = [
1111
"arro3-core>=0.4.2",
1212
"boto3>=1.35.38",
1313
"fsspec>=2024.10.0",
14+
"griffe>=1.6.0",
1415
"griffe-inherited-docstrings>=1.0.1",
1516
"ipykernel>=6.29.5",
1617
"maturin>=1.7.4",

uv.lock

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

0 commit comments

Comments
 (0)