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 c95e3e2 commit 3283473Copy full SHA for 3283473
.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.17.1
+ rev: v1.18.1
11
hooks:
12
- id: mypy
13
additional_dependencies: [numpy>=1.23]
@@ -45,11 +45,11 @@ repos:
45
- id: check-toml
46
- id: requirements-txt-fixer
47
- repo: https://github.com/asottile/blacken-docs
48
- rev: 1.19.1
+ rev: 1.20.0
49
50
- id: blacken-docs
51
- repo: https://github.com/astral-sh/ruff-pre-commit
52
- rev: v0.12.8
+ rev: v0.13.0
53
54
- id: ruff
55
args: [--fix, --exit-non-zero-on-fix]
0 commit comments