Skip to content

Commit

Permalink
fix: Apply pre-commit hook changes (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-tessier authored Feb 4, 2025
1 parent b341ded commit 7444594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"extensions": [
"ms-python.python",
"ms-python.debugpy",
"mhutchie.git-graph",
"mhutchie.git-graph",
"mutantdino.resourcemonitor",
"tehpeng.diagramspreviewer"
]
Expand Down
1 change: 1 addition & 0 deletions scripts/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def cleaner_outscale(f):
def cleaner_openstack(f):
return f.lower()


def cleaner_gis(f):
return f.lower()

Expand Down

0 comments on commit 7444594

Please sign in to comment.