Skip to content

Commit

Permalink
Update CI dependencies (minor) (#374)
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 4, 2025
1 parent 74432a1 commit c24fad9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ repos:
- --tool=ruff
- --die-on-tool-error
additional_dependencies:
- prospector-profile-duplicated==1.8.1 # pypi
- prospector-profile-utils==1.12.2 # pypi
- prospector-profile-duplicated==1.10.0 # pypi
- prospector-profile-utils==1.14.1 # pypi
- ruff==0.8.4 # pypi
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 1.0.0
Expand All @@ -104,6 +104,6 @@ repos:
ci/config\.yaml
)$
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.42.4
rev: 39.86.3
hooks:
- id: renovate-config-validator
6 changes: 4 additions & 2 deletions bashcolor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""A simple module to colorize text in the terminal.
"""
A simple module to colorize text in the terminal.
This module provides a simple way to colorize text in the terminal.
"""
Expand Down Expand Up @@ -50,7 +51,8 @@ def colorize(
background_256: Optional[int] = None,
with_end: bool = True,
) -> str:
"""Colorize a text.
"""
Colorize a text.
Arguments:
---------
Expand Down

0 comments on commit c24fad9

Please sign in to comment.