We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6abf2 commit 4666968Copy full SHA for 4666968
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ default_stages:
7
minimum_pre_commit_version: 2.9.3
8
repos:
9
- repo: https://github.com/pre-commit/mirrors-mypy
10
- rev: v1.13.0
+ rev: v1.14.0
11
hooks:
12
- id: mypy
13
additional_dependencies: [numpy>=1.23]
@@ -49,7 +49,7 @@ repos:
49
50
- id: blacken-docs
51
- repo: https://github.com/astral-sh/ruff-pre-commit
52
- rev: v0.8.3
+ rev: v0.8.4
53
54
- id: ruff
55
args: [--fix, --exit-non-zero-on-fix]
0 commit comments