Skip to content

Commit eaf3aa0

Browse files
authored
Merge pull request #3452 from oddbookworm/update-pre-commit-config
Update pre-commit config
2 parents a93e57f + 36b067d commit eaf3aa0

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)