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 Dec 1, 2024
1 parent 14af109 commit a94c279
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ repos:
hooks:
- id: ripsecrets
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.3
rev: v0.7.4
hooks:
- id: ruff-format
- repo: https://github.com/PyCQA/prospector
rev: v1.13.2
rev: v1.13.3
hooks:
- id: prospector
args:
Expand All @@ -111,14 +111,14 @@ repos:
additional_dependencies:
- prospector-profile-duplicated==1.7.0 # pypi
- prospector-profile-utils==1.11.1 # pypi
- ruff==0.7.3 # pypi
- ruff==0.7.4 # pypi
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 0.3.2
hooks:
- id: jsonschema-validator
files: ^ci/config\.yaml$
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.15.1
rev: 39.15.4
hooks:
- id: renovate-config-validator
- repo: https://github.com/sbrunner/python-versions-hook
Expand Down

0 comments on commit a94c279

Please sign in to comment.