Skip to content

Commit

Permalink
Update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2025
1 parent a7d81e9 commit f5a7dde
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
- c2cciutils/schema-applications.json
- applications.md
- repo: https://github.com/sbrunner/hooks
rev: 1.1.2
rev: 1.2.1
hooks:
- id: copyright
- id: poetry-lock
Expand All @@ -63,7 +63,7 @@ repos:
- pipenv==2024.4.1 # pypi
- id: helm-lock
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
exclude: |-
Expand All @@ -80,7 +80,7 @@ repos:
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.30.0
rev: 0.31.1
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand All @@ -93,7 +93,7 @@ repos:
- --builtin-schema
- github-workflows-require-timeout
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.91.4
rev: 39.156.0
hooks:
- id: renovate-config-validator
- repo: https://github.com/sirwart/ripsecrets
Expand All @@ -102,13 +102,13 @@ repos:
- id: ripsecrets

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.4
hooks:
- id: ruff-format
args:
- --line-length=110
- repo: https://github.com/PyCQA/prospector
rev: v1.13.3
rev: 1.14.0
hooks:
- id: prospector
args:
Expand All @@ -117,8 +117,8 @@ repos:
- --output-format=pylint
additional_dependencies:
- prospector-profile-duplicated==1.10.4 # pypi
- prospector-profile-utils==1.15.1 # pypi
- ruff==0.8.6 # pypi
- prospector-profile-utils==1.17.0 # pypi
- ruff==0.9.4 # pypi
- repo: https://github.com/mheap/json-schema-spell-checker
rev: main
hooks:
Expand Down

0 comments on commit f5a7dde

Please sign in to comment.