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 Nov 1, 2024
1 parent 3ac5c84 commit a88bb60
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ repos:
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/sbrunner/hooks
rev: 1.1.0
rev: 1.1.2
hooks:
- id: copyright
- id: poetry-check
additional_dependencies:
- poetry==1.8.3 # pypi
- poetry==1.8.4 # pypi
exclude: ^pyproject.toml$
- id: poetry-lock
additional_dependencies:
- poetry==1.8.3 # pypi
- poetry==1.8.4 # pypi
exclude: ^pyproject.toml$
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
Expand All @@ -48,7 +48,7 @@ repos:
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.3
rev: 0.29.4
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand All @@ -62,7 +62,7 @@ repos:
- github-workflows-require-timeout
- id: check-renovate
additional_dependencies:
- pyjson5==1.6.6 # pypi
- pyjson5==1.6.7 # pypi
- repo: https://github.com/sirwart/ripsecrets
rev: v0.1.8
hooks:
Expand Down Expand Up @@ -91,6 +91,6 @@ repos:
- id: jsonschema-validator
files: ^ci/config\.yaml$
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.428.1
rev: 37.428.3
hooks:
- id: renovate-config-validator

0 comments on commit a88bb60

Please sign in to comment.