Skip to content

Commit a526d25

Browse files
authored
Merge pull request #8 from data-exp-lab/pre-commit-ci-update-config
chore: update pre-commit hooks
2 parents 19b3332 + 7d95954 commit a526d25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exclude: ^.cruft.json|.copier-answers.yml$
66

77
repos:
88
- repo: https://github.com/adamchainz/blacken-docs
9-
rev: "1.19.0"
9+
rev: "1.19.1"
1010
hooks:
1111
- id: blacken-docs
1212
additional_dependencies: [black==24.*]
@@ -42,14 +42,14 @@ repos:
4242
args: [--prose-wrap=always]
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.6.9"
45+
rev: "v0.7.1"
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.11.2"
52+
rev: "v1.13.0"
5353
hooks:
5454
- id: mypy
5555
files: src|tests
@@ -71,7 +71,7 @@ repos:
7171
exclude: .pre-commit-config.yaml
7272

7373
- repo: https://github.com/abravalheri/validate-pyproject
74-
rev: "v0.20.2"
74+
rev: "v0.22"
7575
hooks:
7676
- id: validate-pyproject
7777
additional_dependencies: ["validate-pyproject-schema-store[all]"]

0 commit comments

Comments
 (0)