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 6de2cae commit d4f2bfeCopy full SHA for d4f2bfe
.pre-commit-config.yaml
@@ -28,16 +28,16 @@ repos:
28
- id: reorder-python-imports
29
args: [--py38-plus, --add-import, 'from __future__ import annotations']
30
- repo: https://github.com/astral-sh/ruff-pre-commit
31
- rev: v0.1.11
+ rev: v0.3.2
32
hooks:
33
- id: ruff
34
- id: ruff-format
35
- repo: https://github.com/dosisod/refurb
36
- rev: v1.27.0
+ rev: v2.0.0
37
38
- id: refurb
39
- repo: https://github.com/kynan/nbstripout
40
- rev: 0.6.1
+ rev: 0.7.1
41
42
- id: nbstripout
43
- repo: https://github.com/executablebooks/mdformat
@@ -54,7 +54,7 @@ repos:
54
55
- id: codespell
56
- repo: https://github.com/pre-commit/mirrors-mypy
57
- rev: 'v1.8.0'
+ rev: 'v1.9.0'
58
59
- id: mypy
60
args: [
0 commit comments