Skip to content

Commit

Permalink
Update CI dependencies (#2588)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 777b18c commit f54a324
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/PyCQA/prospector
rev: v1.12.1
rev: v1.13.0
hooks:
- id: prospector
args:
Expand All @@ -126,9 +126,9 @@ repos:
- --output-format=pylint
additional_dependencies:
- prospector-profile-duplicated==1.6.0 # pypi
- prospector-profile-utils==1.9.1 # pypi
- prospector-profile-utils==1.10.1 # pypi
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 0.1.0
rev: 0.3.2
hooks:
- id: jsonschema-validator
files: ^ci/config\.yaml$
Expand Down

0 comments on commit f54a324

Please sign in to comment.