Skip to content

Commit fcdeff7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.6.3](astral-sh/ruff-pre-commit@v0.5.2...v0.6.3) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.2](pre-commit/mirrors-mypy@v1.10.1...v1.11.2)
1 parent d1f5488 commit fcdeff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -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.6.3"
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.11.2"
2020
hooks:
2121
- id: mypy
2222
exclude: ipynb_filter.py|docs/source/conf.py

0 commit comments

Comments
 (0)