Skip to content

Commit 24e97a3

Browse files
authored
Merge pull request #111 from data-exp-lab/pre-commit-ci-update-config
chore: update pre-commit hooks
2 parents 57f4d67 + edd5d92 commit 24e97a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ repos:
4242
args: [--prose-wrap=always]
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.16.2"
45+
rev: "v0.16.3"
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: "v2.3.0"
52+
rev: "v2.3.1"
5353
hooks:
5454
- id: mypy
5555
files: src|tests

0 commit comments

Comments
 (0)