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 ee88ffe commit c91ada8Copy full SHA for c91ada8
1 file changed
.pre-commit-config.yaml
@@ -14,15 +14,15 @@ default_language_version:
14
15
repos:
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.11.10
+ rev: v0.11.11
18
hooks:
19
- id: ruff
20
args:
21
- --fix
22
- --unsafe-fixes
23
- id: ruff-format
24
- repo: https://github.com/asottile/pyupgrade
25
- rev: v3.19.1
+ rev: v3.20.0
26
27
- id: pyupgrade
28
0 commit comments