Skip to content

Commit

Permalink
Update CI dependencies (master) (minor) (#2076)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
renovate[bot] and geo-ghci-int[bot] authored Jan 6, 2025
1 parent b770217 commit 9f89034
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/camptocamp/jsonschema-gentypes
rev: 2.8.1
rev: 2.9.3
hooks:
- id: jsonschema-gentypes
files: |-
Expand Down Expand Up @@ -93,7 +93,7 @@ repos:
- --builtin-schema
- github-workflows-require-timeout
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.42.4
rev: 39.91.0
hooks:
- id: renovate-config-validator
- repo: https://github.com/sirwart/ripsecrets
Expand All @@ -116,8 +116,8 @@ repos:
- --die-on-tool-error
- --output-format=pylint
additional_dependencies:
- prospector-profile-duplicated==1.8.1 # pypi
- prospector-profile-utils==1.13.0 # pypi
- prospector-profile-duplicated==1.10.4 # pypi
- prospector-profile-utils==1.15.1 # pypi
- ruff==0.8.4 # pypi
- repo: https://github.com/mheap/json-schema-spell-checker
rev: main
Expand Down
4 changes: 2 additions & 2 deletions c2cciutils/applications_definition.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Automatically generated file from a JSON schema."""

from typing import Literal, TypedDict, Union
from typing import Literal, TypedDict

# | Application configuration.
# |
Expand Down Expand Up @@ -41,7 +41,7 @@
"""


TheTypeOfFile = Union[Literal["tar"]]
TheTypeOfFile = Literal["tar"]
"""
The type of file.
Expand Down

0 comments on commit 9f89034

Please sign in to comment.