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 a8da9e9 commit e102d14Copy full SHA for e102d14
.pre-commit-config.yaml
@@ -26,13 +26,13 @@ repos:
26
- id: prettier
27
args: ["--tab-width", "2"]
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: v0.13.2
+ rev: v0.14.1
30
hooks:
31
- id: ruff
32
args: [--fix, --exit-non-zero-on-fix]
33
- id: ruff-format
34
- repo: https://github.com/asottile/pyupgrade
35
- rev: v3.20.0
+ rev: v3.21.0
36
37
- id: pyupgrade
38
args: [--py310-plus]
0 commit comments