Skip to content

Commit ae6db41

Browse files
Update CI dependencies (#481)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 772eef6 commit ae6db41

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repos:
5050
hooks:
5151
- id: git-check
5252
- repo: https://github.com/python-jsonschema/check-jsonschema
53-
rev: 0.34.0
53+
rev: 0.34.1
5454
hooks:
5555
- id: check-github-workflows
5656
- id: check-github-actions
@@ -78,8 +78,8 @@ repos:
7878
additional_dependencies:
7979
- prospector-profile-duplicated==1.10.5 # pypi
8080
- prospector-profile-utils==1.26.5 # pypi
81-
- pylint[spelling]==3.3.8 # pypi
82-
- ruff==0.13.2 # pypi
81+
- pylint[spelling]==3.3.9 # pypi
82+
- ruff==0.14.3 # pypi
8383
exclude: |-
8484
(?x)(
8585
^tests?/?
@@ -98,11 +98,11 @@ repos:
9898
additional_dependencies:
9999
- prospector-profile-utils==1.26.5 # pypi
100100
- repo: https://github.com/renovatebot/pre-commit-hooks
101-
rev: 41.132.5
101+
rev: 41.168.1
102102
hooks:
103103
- id: renovate-config-validator
104104
- repo: https://github.com/astral-sh/ruff-pre-commit
105-
rev: v0.13.2
105+
rev: v0.14.3
106106
hooks:
107107
- id: ruff-format
108108
- repo: https://github.com/sbrunner/python-versions-hook

0 commit comments

Comments
 (0)