Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 21, 2024
1 parent 27f8799 commit 0e41761
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions eoreader/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,16 +361,16 @@ class Constellation(ListEnum):
Constellation.HLS: rf"{CONSTELLATION_REGEX[Constellation.HLS]}\.Fmask\.tif",
Constellation.GS2: rf"{CONSTELLATION_REGEX[Constellation.GS2]}\.dim",
Constellation.SPOT45: [
r"METADATA\.DIM", # Too generic name, check also a band
r"IMAGERY\.TIF",
r"METADATA\.DIM", # Too generic name, check also a band
r"IMAGERY\.TIF",
],
Constellation.SPOT4: [
r"METADATA\.DIM", # Too generic name, check also a band
r"IMAGERY\.TIF",
r"METADATA\.DIM", # Too generic name, check also a band
r"IMAGERY\.TIF",
],
Constellation.SPOT5: [
r"METADATA\.DIM", # Too generic name, check also a band
r"IMAGERY\.TIF",
r"METADATA\.DIM", # Too generic name, check also a band
r"IMAGERY\.TIF",
],
Constellation.S2_SIN: {
"nested": 1, # File that can be found at any level (product/**/file)
Expand Down

0 comments on commit 0e41761

Please sign in to comment.