Skip to content

Commit e32f43c

Browse files
authored
MAINT: update ruff to 0.11.5 (#531)
1 parent 338ba73 commit e32f43c

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
files: 'pyogrio\/'
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: "v0.5.2"
4+
rev: "v0.11.5"
55
hooks:
66
- id: ruff-format
77
- id: ruff

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ dependencies:
1414
- cython
1515
- pre-commit
1616
- pytest
17-
- ruff==0.5.2
17+
- ruff==0.11.5
1818
- versioneer

pyogrio/__init__.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,24 @@
3232
del get_versions
3333

3434
__all__ = [
35-
"list_drivers",
35+
"__gdal_geos_version__",
36+
"__gdal_version__",
37+
"__gdal_version_string__",
38+
"__version__",
3639
"detect_write_driver",
37-
"list_layers",
38-
"read_bounds",
39-
"read_info",
40-
"set_gdal_config_options",
4140
"get_gdal_config_option",
4241
"get_gdal_data_path",
42+
"list_drivers",
43+
"list_layers",
4344
"open_arrow",
4445
"read_arrow",
46+
"read_bounds",
4547
"read_dataframe",
48+
"read_info",
49+
"set_gdal_config_options",
4650
"vsi_listtree",
4751
"vsi_rmtree",
4852
"vsi_unlink",
4953
"write_arrow",
5054
"write_dataframe",
51-
"__gdal_version__",
52-
"__gdal_version_string__",
53-
"__gdal_geos_version__",
54-
"__version__",
5555
]

0 commit comments

Comments
 (0)