Skip to content
Merged
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
hooks:
- id: ruff
types_or: [python, jupyter]
args: ["--show-fixes"]
args: ["--fix", "--show-fixes"]
- id: ruff-format
types_or: [python] # Exclude jupyter
exclude: \.ipynb$
Expand Down
1 change: 1 addition & 0 deletions myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ project:
- file: notebooks/performance/sentinel_performance_zarr_safe_xcube.ipynb
- file: notebooks/Sentinel-1/Sentinel-1_Soil_moisture.ipynb
- file: notebooks/Sentinel-3/GDAL_Sentinel-3_Multi-Product-Demo.ipynb
- file: notebooks/Sentinel-1/GDAL_Sentinel-1_SLC_Burst_Selection.ipynb
- file: notebooks/Sentinel-1/GDAL_Sentinel-1_GCP_Geolocation.ipynb

# Gallery categories (visible in navigation)
Expand Down
Loading