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 0c0bc9e commit ee3a579
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repos:
- id: copyright
- id: poetry-lock
additional_dependencies:
- poetry==1.3.2 # pypi
- poetry==1.8.3 # pypi
- id: pipenv-lock
additional_dependencies:
- pipenv==2024.1.0 # pypi
Expand Down Expand Up @@ -93,7 +93,7 @@ repos:
- --builtin-schema
- github-workflows-require-timeout
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 38.108.0
rev: 38.111.0
hooks:
- id: renovate-config-validator
- repo: https://github.com/sirwart/ripsecrets
Expand All @@ -115,19 +115,19 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
- 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/mheap/json-schema-spell-checker
rev: main
hooks:
Expand Down

0 comments on commit ee3a579

Please sign in to comment.