We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de2cae commit 12cc685Copy full SHA for 12cc685
.pre-commit-config.yaml
@@ -28,7 +28,7 @@ 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.1.14
32
hooks:
33
- id: ruff
34
- id: ruff-format
0 commit comments