Skip to content

Commit bae9549

Browse files
chore: update pre-commit hooks (#16)
updates: - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.4.4](astral-sh/ruff-pre-commit@v0.3.3...v0.4.4) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b00db50 commit bae9549

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
@@ -4,12 +4,12 @@ ci:
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: "24.3.0"
7+
rev: "24.4.2"
88
hooks:
99
- id: black-jupyter
1010

1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: "v4.5.0"
12+
rev: "v4.6.0"
1313
hooks:
1414
- id: check-added-large-files
1515
- id: check-case-conflict
@@ -45,13 +45,13 @@ repos:
4545
additional_dependencies: [black==23.3.0]
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: "v0.3.3"
48+
rev: "v0.4.4"
4949
hooks:
5050
- id: ruff
5151
args: ["--fix", "--show-fixes"]
5252

5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: "v1.9.0"
54+
rev: "v1.10.0"
5555
hooks:
5656
- id: mypy
5757
files: src|tests

0 commit comments

Comments
 (0)