Skip to content

Commit

Permalink
Update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 8, 2024
1 parent 0497549 commit 66f6af3
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 @@ -79,26 +79,26 @@ repos:
args:
- --project=c2cwsgiutils
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
exclude: .*\.html
- repo: https://github.com/PyCQA/prospector
rev: v1.11.0
rev: v1.12.0
hooks:
- id: prospector
args:
- --tool=pydocstyle
- --die-on-tool-error
- --output-format=pylint
additional_dependencies:
- prospector-profile-duplicated==1.5.0 # pypi
- prospector-profile-duplicated==1.6.0 # pypi
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 0.1.0
hooks:
- id: jsonschema-validator
files: ^ci/config\.yaml$
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 38.108.0
rev: 38.111.0
hooks:
- id: renovate-config-validator

0 comments on commit 66f6af3

Please sign in to comment.