Skip to content

Commit 2a73c53

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.16 → v0.16.2](astral-sh/ruff-pre-commit@v0.15.16...v0.16.2) - [github.com/pre-commit/mirrors-mypy: v2.1.0 → v2.3.0](pre-commit/mirrors-mypy@v2.1.0...v2.3.0)
1 parent 8e51d7c commit 2a73c53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ repos:
2626
args: [--preview]
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.15.16
29+
rev: v0.16.2
3030
hooks:
3131
- id: ruff
3232
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
3333
types_or: [python, jupyter]
3434

3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: "v2.1.0"
36+
rev: "v2.3.0"
3737
hooks:
3838
- id: mypy
3939
additional_dependencies:

0 commit comments

Comments
 (0)