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 ac09c5b commit 36b067dCopy full SHA for 36b067d
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
)$
27
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: v0.11.5
+ rev: v0.11.12
30
hooks: # See pyproject.toml for configuration options.
31
- id: ruff
32
name: ruff-sort-imports
@@ -35,7 +35,7 @@ repos:
35
types_or: [ python, pyi, jupyter ]
36
37
- repo: https://github.com/pre-commit/mirrors-clang-format
38
- rev: v20.1.0
+ rev: v20.1.5
39
hooks:
40
- id: clang-format
41
exclude: |
0 commit comments