Skip to content

Commit eb965c6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.11.0](astral-sh/ruff-pre-commit@v0.5.2...v0.11.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.15.0](pre-commit/mirrors-mypy@v1.10.1...v1.15.0)
1 parent 9b2c12f commit eb965c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -9,14 +9,14 @@ repos:
99
- id: debug-statements
1010
- id: check-ast
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: "v0.5.2"
12+
rev: "v0.11.0"
1313
hooks:
1414
- id: ruff
1515
exclude: docs/source/conf.py|ipynb_filter.py
1616
args: ["--fix"]
1717
- id: ruff-format
1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: "v1.10.1"
19+
rev: "v1.15.0"
2020
hooks:
2121
- id: mypy
2222
exclude: ipynb_filter.py|docs/source/conf.py

0 commit comments

Comments
 (0)