Skip to content

Commit 10d5bef

Browse files
Update CI dependencies (master) (#3682)
* Update CI dependencies * Apply pre-commit fix From the artifact of the previous workflow run --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: geo-ghci-int[bot] <146321879+geo-ghci-int[bot]@users.noreply.github.com>
1 parent c6a6992 commit 10d5bef

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
3-
rev: v2.14.0
3+
rev: v2.15.0
44
hooks:
55
- id: pretty-format-java
66
args:
@@ -29,10 +29,10 @@ repos:
2929
hooks:
3030
- id: canonicalize
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.11.8
32+
rev: v0.12.1
3333
hooks:
3434
- id: ruff-format
3535
- repo: https://github.com/sbrunner/python-versions-hook
36-
rev: 1.0.0
36+
rev: 1.1.2
3737
hooks:
3838
- id: python-versions

core/src/main/java/org/mapfish/print/map/tiled/CoverageTask.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,8 @@ private Tile handleNonOkStatus(final ClientHttpResponse response, final String b
296296
Status message: {}
297297
Server:{}
298298
Body:
299-
{}""",
299+
{}\
300+
""",
300301
this.tileRequest.getURI(),
301302
httpStatusCode,
302303
response.getStatusText(),

0 commit comments

Comments
 (0)