Skip to content

Commit 3327dfa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.2.1](astral-sh/ruff-pre-commit@v0.1.3...v0.2.1) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.8.0](pre-commit/mirrors-mypy@v1.6.1...v1.8.0)
1 parent f005e7b commit 3327dfa

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.1.3"
12+
rev: "v0.2.1"
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.6.1"
19+
rev: "v1.8.0"
2020
hooks:
2121
- id: mypy
2222
exclude: ipynb_filter.py|docs/source/conf.py

0 commit comments

Comments
 (0)