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 290f455 commit eb57ce1Copy full SHA for eb57ce1
.pre-commit-config.yaml
@@ -28,12 +28,12 @@ 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.8
+ rev: v0.1.11
32
hooks:
33
- id: ruff
34
- id: ruff-format
35
- repo: https://github.com/dosisod/refurb
36
- rev: v1.25.0
+ rev: v1.27.0
37
38
- id: refurb
39
- repo: https://github.com/kynan/nbstripout
@@ -54,7 +54,7 @@ repos:
54
55
- id: codespell
56
- repo: https://github.com/pre-commit/mirrors-mypy
57
- rev: 'v1.7.1'
+ rev: 'v1.8.0'
58
59
- id: mypy
60
args: [
0 commit comments