Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ repos:
- id: prettier
additional_dependencies:
- [email protected] # npm
- prettier-plugin-sh@0.16.0 # npm
- [email protected].3 # npm
- prettier-plugin-sh@0.17.2 # npm
- [email protected].4 # npm
- '@prettier/[email protected]' # npm
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.10.0.1
Expand All @@ -44,7 +44,7 @@ repos:
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.32.1
rev: 0.33.0
hooks:
- id: check-github-workflows
- id: check-github-actions
Expand Down Expand Up @@ -90,11 +90,11 @@ repos:
additional_dependencies:
- prospector-profile-utils==1.22.3 # pypi
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.227.2
rev: 39.264.0
hooks:
- id: renovate-config-validator
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.2
rev: v0.11.7
hooks:
- id: ruff-format
- repo: https://github.com/sbrunner/python-versions-hook
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ poetry-plugin-drop-python-upper-constraint==1.0.0
poetry-plugin-export==1.9.0
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-dynamic-versioning==1.8.2
importlib-metadata<8.6.2
importlib-metadata<8.7.1
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down
Loading