Skip to content

Commit

Permalink
tests: update pre-commit hooks
Browse files Browse the repository at this point in the history
Change-Id: If48a8a09681a595b66069209fb951d7917103bc3
  • Loading branch information
xqt committed Feb 2, 2025
1 parent cfac87c commit c6deffb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ repos:
- id: check-yaml
- id: debug-statements
- id: destroyed-symlinks
- id: detect-private-key
- id: double-quote-string-fixer
- id: end-of-file-fixer
- id: fix-byte-order-marker
exclude: '^tests/data/'
Expand All @@ -50,9 +52,11 @@ repos:
- id: python-check-blanket-noqa
- id: python-check-blanket-type-ignore
- id: python-check-mock-methods
- id: python-no-log-warn
- id: python-use-type-annotations
- id: rst-directive-colons
- id: rst-inline-touching-normal
- id: text-unicode-replacement-char
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
hooks:
Expand Down

0 comments on commit c6deffb

Please sign in to comment.