Skip to content

Commit 62f28f0

Browse files
Merge pull request #12 from packit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 5f0e20e + fcceae3 commit 62f28f0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: prettier
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.5.0
11+
rev: v4.6.0
1212
hooks:
1313
- id: check-added-large-files
1414
- id: check-merge-conflict
@@ -20,16 +20,16 @@ repos:
2020
args:
2121
- --allow-missing-credentials
2222
- repo: https://github.com/psf/black
23-
rev: 24.2.0
23+
rev: 24.4.2
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.2.2
27+
rev: v0.5.0
2828
hooks:
2929
- id: ruff
3030
args: [--fix, --exit-non-zero-on-fix]
3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: v1.8.0
32+
rev: v1.10.1
3333
hooks:
3434
- id: mypy
3535
args: [--no-strict-optional, --ignore-missing-imports]
@@ -43,18 +43,18 @@ repos:
4343
# types-cachetools,
4444
]
4545
- repo: https://github.com/shellcheck-py/shellcheck-py
46-
rev: v0.9.0.6
46+
rev: v0.10.0.1
4747
hooks:
4848
- id: shellcheck
4949
- repo: https://github.com/gitleaks/gitleaks
50-
rev: v8.18.2
50+
rev: v8.18.4
5151
hooks:
5252
- id: gitleaks
5353
# The hook runs 'gitleaks protect --staged' which parses output of
5454
# 'git diff --staged', i.e. always passes in pre-push/manual stage.
5555
stages: [commit]
5656
- repo: https://github.com/python-jsonschema/check-jsonschema
57-
rev: 0.28.0
57+
rev: 0.28.6
5858
hooks:
5959
- id: check-github-workflows
6060
args: ["--verbose"]

0 commit comments

Comments
 (0)