We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb28c6 commit 480fc47Copy full SHA for 480fc47
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
- id: python-no-log-warn
25
- id: text-unicode-replacement-char
26
- repo: https://github.com/asottile/reorder-python-imports
27
- rev: v3.10.0
+ rev: v3.11.0
28
hooks:
29
- id: reorder-python-imports
30
args: [--py38-plus, --add-import, 'from __future__ import annotations']
@@ -40,15 +40,15 @@ repos:
40
41
- id: setup-cfg-fmt
42
- repo: https://github.com/psf/black
43
- rev: 23.7.0
+ rev: 23.9.1
44
45
- id: black
46
- repo: https://github.com/astral-sh/ruff-pre-commit
47
- rev: v0.0.286
+ rev: v0.0.290
48
49
- id: ruff
50
- repo: https://github.com/dosisod/refurb
51
- rev: v1.20.0
+ rev: v1.21.0
52
53
- id: refurb
54
args: [--ignore, FURB126]
0 commit comments