Skip to content

Commit 9a2ccc4

Browse files
authored
Merge pull request #49 from data-exp-lab/pre-commit-ci-update-config
chore: update pre-commit hooks
2 parents a091cbc + fb7b73a commit 9a2ccc4

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
@@ -12,7 +12,7 @@ repos:
1212
additional_dependencies: [black==24.*]
1313

1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: "v5.0.0"
15+
rev: "v6.0.0"
1616
hooks:
1717
- id: check-added-large-files
1818
- id: check-case-conflict
@@ -42,14 +42,14 @@ repos:
4242
args: [--prose-wrap=always]
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.12.1"
45+
rev: "v0.12.8"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]
4949
- id: ruff-format
5050

5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: "v1.16.1"
52+
rev: "v1.17.1"
5353
hooks:
5454
- id: mypy
5555
files: src|tests
@@ -58,7 +58,7 @@ repos:
5858
- pytest
5959

6060
- repo: https://github.com/shellcheck-py/shellcheck-py
61-
rev: "v0.10.0.1"
61+
rev: "v0.11.0.1"
6262
hooks:
6363
- id: shellcheck
6464

@@ -77,7 +77,7 @@ repos:
7777
additional_dependencies: ["validate-pyproject-schema-store[all]"]
7878

7979
- repo: https://github.com/python-jsonschema/check-jsonschema
80-
rev: "0.33.1"
80+
rev: "0.33.2"
8181
hooks:
8282
- id: check-dependabot
8383
- id: check-github-workflows

0 commit comments

Comments
 (0)