Skip to content

Commit 54d139b

Browse files
committed
chore(pre-commit): update pre-commit hooks
1 parent ae04ce0 commit 54d139b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ repos:
2626
- id: debug-statements
2727
- id: double-quote-string-fixer
2828
- repo: https://github.com/pre-commit/mirrors-clang-format
29-
rev: v18.1.1
29+
rev: v18.1.2
3030
hooks:
3131
- id: clang-format
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.3.3
33+
rev: v0.3.4
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --exit-non-zero-on-fix]
@@ -43,7 +43,7 @@ repos:
4343
hooks:
4444
- id: black-jupyter
4545
- repo: https://github.com/asottile/pyupgrade
46-
rev: v3.15.1
46+
rev: v3.15.2
4747
hooks:
4848
- id: pyupgrade
4949
args: [--py38-plus] # sync with requires-python

0 commit comments

Comments
 (0)