Skip to content

Commit c6deffb

Browse files
committed
tests: update pre-commit hooks
Change-Id: If48a8a09681a595b66069209fb951d7917103bc3
1 parent cfac87c commit c6deffb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ repos:
2929
- id: check-yaml
3030
- id: debug-statements
3131
- id: destroyed-symlinks
32+
- id: detect-private-key
33+
- id: double-quote-string-fixer
3234
- id: end-of-file-fixer
3335
- id: fix-byte-order-marker
3436
exclude: '^tests/data/'
@@ -50,9 +52,11 @@ repos:
5052
- id: python-check-blanket-noqa
5153
- id: python-check-blanket-type-ignore
5254
- id: python-check-mock-methods
55+
- id: python-no-log-warn
5356
- id: python-use-type-annotations
5457
- id: rst-directive-colons
5558
- id: rst-inline-touching-normal
59+
- id: text-unicode-replacement-char
5660
- repo: https://github.com/astral-sh/ruff-pre-commit
5761
rev: v0.9.4
5862
hooks:

0 commit comments

Comments
 (0)