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 80621fc commit 0235b49Copy full SHA for 0235b49
.pre-commit-config.yaml
@@ -7,19 +7,19 @@ default_stages:
7
minimum_pre_commit_version: 2.9.3
8
repos:
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.6.9
+ rev: v0.7.0
11
hooks:
12
- id: ruff
13
types_or: [python, pyi, jupyter]
14
args: [--fix, --exit-non-zero-on-fix]
15
- id: ruff-format
16
17
- repo: https://github.com/asottile/blacken-docs
18
- rev: 1.18.0
+ rev: 1.19.0
19
20
- id: blacken-docs
21
- repo: https://github.com/pre-commit/mirrors-mypy
22
- rev: v1.11.2
+ rev: v1.12.1
23
24
- id: mypy
25
additional_dependencies: [numpy, pandas, types-requests]
0 commit comments