Skip to content

Commit 36b067d

Browse files
committed
Update pre-commit config
1 parent ac09c5b commit 36b067d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
)$
2727
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.11.5
29+
rev: v0.11.12
3030
hooks: # See pyproject.toml for configuration options.
3131
- id: ruff
3232
name: ruff-sort-imports
@@ -35,7 +35,7 @@ repos:
3535
types_or: [ python, pyi, jupyter ]
3636

3737
- repo: https://github.com/pre-commit/mirrors-clang-format
38-
rev: v20.1.0
38+
rev: v20.1.5
3939
hooks:
4040
- id: clang-format
4141
exclude: |

0 commit comments

Comments
 (0)