Skip to content

Commit c82e4f2

Browse files
authored
Merge pull request #428 from nirtal85/renovate/all-pre-commit-updates
chore(deps): update all pre-commit updates
2 parents 95c2fe9 + 941764f commit c82e4f2

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
@@ -24,19 +24,19 @@ repos:
2424
- id: no-commit-to-branch
2525
args: [ '--branch', 'main' ]
2626
- repo: https://github.com/python-jsonschema/check-jsonschema
27-
rev: 0.29.3
27+
rev: 0.29.4
2828
hooks:
2929
- id: check-github-workflows
3030
args: ["--verbose"]
3131
- id: check-renovate
3232
- repo: https://github.com/compilerla/conventional-pre-commit
33-
rev: v3.4.0
33+
rev: v3.6.0
3434
hooks:
3535
- id: conventional-pre-commit
3636
stages: [commit-msg]
3737
args: []
3838
- repo: https://github.com/psf/black
39-
rev: 24.8.0
39+
rev: 24.10.0
4040
hooks:
4141
- id: black
4242
language_version: python3
@@ -65,7 +65,7 @@ repos:
6565
- id: isort
6666
args: [ '--settings-file', 'pyproject.toml' ]
6767
- repo: https://github.com/asottile/pyupgrade
68-
rev: v3.17.0
68+
rev: v3.19.0
6969
hooks:
7070
- id: pyupgrade
7171
- repo: https://github.com/codespell-project/codespell
@@ -75,7 +75,7 @@ repos:
7575
additional_dependencies:
7676
- tomli
7777
- repo: https://github.com/abravalheri/validate-pyproject
78-
rev: v0.20.2
78+
rev: v0.22
7979
hooks:
8080
- id: validate-pyproject
8181
# Optional extra validations from SchemaStore:

0 commit comments

Comments
 (0)