-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60f22e0
commit e0f6eb3
Showing
12 changed files
with
559 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ repos: | |
additional_dependencies: | ||
- poetry==1.5.1 # pypi | ||
- repo: https://github.com/codespell-project/codespell | ||
rev: v2.2.5 | ||
rev: v2.2.6 | ||
hooks: | ||
- id: codespell | ||
exclude: |- | ||
|
@@ -58,11 +58,11 @@ repos: | |
args: | ||
- --ignore-words=.github/spell-ignore-words.txt | ||
- repo: https://github.com/pre-commit/mirrors-prettier | ||
rev: v3.0.1 | ||
rev: v3.0.3 | ||
hooks: | ||
- id: prettier | ||
additional_dependencies: | ||
- [email protected].1 # npm | ||
- [email protected].3 # npm | ||
- [email protected] # npm | ||
- [email protected] # npm | ||
exclude: |- | ||
|
@@ -74,7 +74,7 @@ repos: | |
|^CHANGELOG\.md$ | ||
) | ||
- repo: https://github.com/shellcheck-py/shellcheck-py | ||
rev: v0.9.0.5 | ||
rev: v0.9.0.6 | ||
hooks: | ||
- id: shellcheck | ||
- repo: https://github.com/jumanjihouse/pre-commit-hooks | ||
|
@@ -98,7 +98,7 @@ repos: | |
- --builtin-schema | ||
- github-workflows-require-timeout | ||
- repo: https://github.com/sirwart/ripsecrets | ||
rev: v0.1.5 | ||
rev: v0.1.7 | ||
hooks: | ||
- id: ripsecrets | ||
exclude: |- | ||
|
@@ -132,7 +132,7 @@ repos: | |
|upgrade) | ||
)$ | ||
- repo: https://github.com/PyCQA/autoflake | ||
rev: v2.2.0 | ||
rev: v2.2.1 | ||
hooks: | ||
- id: autoflake | ||
- repo: https://github.com/PyCQA/isort | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Base of all section, install the apt packages | ||
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.7.1 as base-all | ||
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.7.2 as base-all | ||
LABEL maintainer Camptocamp "[email protected]" | ||
|
||
# Fail on error on pipe, see: https://github.com/hadolint/hadolint/wiki/DL4006. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
PyYAML==5.3.1 | ||
docker-compose==1.29.2 | ||
wheel==0.41.1 | ||
urllib3==2.0.4 | ||
wheel==0.41.2 | ||
urllib3==2.0.6 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.