Skip to content

Commit 9d73707

Browse files
Update CI dependencies
1 parent f633953 commit 9d73707

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
@@ -67,7 +67,7 @@ repos:
6767
hooks:
6868
- id: ripsecrets
6969
- repo: https://github.com/PyCQA/prospector
70-
rev: v1.17.3
70+
rev: v1.18.0
7171
hooks:
7272
- id: prospector
7373
args:
@@ -78,7 +78,7 @@ repos:
7878
additional_dependencies:
7979
- prospector-profile-duplicated==1.11.0 # pypi
8080
- prospector-profile-utils==1.26.5 # pypi
81-
- ruff==0.14.14 # pypi
81+
- ruff==0.15.0 # pypi
8282
- pylint[spelling]==3.3.9 # pypi
8383
exclude: |-
8484
(?x)(
@@ -97,9 +97,9 @@ repos:
9797
- --profile=utils:pre-commit
9898
additional_dependencies:
9999
- prospector-profile-utils==1.26.5 # pypi
100-
- ruff==0.14.14 # pypi
100+
- ruff==0.15.0 # pypi
101101
- repo: https://github.com/renovatebot/pre-commit-hooks
102-
rev: 43.0.9
102+
rev: 43.4.0
103103
hooks:
104104
- id: renovate-config-validator
105105
- repo: https://github.com/sbrunner/jsonschema-validator
@@ -108,7 +108,7 @@ repos:
108108
- id: jsonschema-validator
109109
files: ^\.github/publish\.yaml$
110110
- repo: https://github.com/astral-sh/ruff-pre-commit
111-
rev: v0.14.14
111+
rev: v0.15.0
112112
hooks:
113113
- id: ruff-format
114114
- repo: https://github.com/sbrunner/python-versions-hook

0 commit comments

Comments
 (0)