Skip to content

Commit 6f8cde5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/ambv/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](astral-sh/ruff-pre-commit@v0.4.1...v0.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
1 parent 3c98794 commit 6f8cde5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ repos:
77
- id: end-of-file-fixer
88
- id: mixed-line-ending
99
- repo: "https://github.com/ambv/black"
10-
rev: 24.4.0
10+
rev: 24.4.2
1111
hooks:
1212
- id: black-jupyter
1313
language_version: python3
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: "v0.4.1"
15+
rev: "v0.4.2"
1616
hooks:
1717
- id: ruff
1818
args: ["--fix"]
1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: "v1.9.0"
20+
rev: "v1.10.0"
2121
hooks:
2222
- id: mypy
2323
additional_dependencies: ["types-setuptools"]

0 commit comments

Comments
 (0)