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 368eab5 commit 2efb2f9Copy full SHA for 2efb2f9
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ ci:
19
skip: [pyright, mypy]
20
repos:
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.9.4
+ rev: v0.9.9
23
hooks:
24
- id: ruff
25
args: [--exit-non-zero-on-fix]
@@ -70,7 +70,7 @@ repos:
70
- id: trailing-whitespace
71
args: [--markdown-linebreak-ext=md]
72
- repo: https://github.com/PyCQA/isort
73
- rev: 6.0.0
+ rev: 6.0.1
74
75
- id: isort
76
- repo: https://github.com/asottile/pyupgrade
0 commit comments