We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfac87c commit c6deffbCopy full SHA for c6deffb
.pre-commit-config.yaml
@@ -29,6 +29,8 @@ repos:
29
- id: check-yaml
30
- id: debug-statements
31
- id: destroyed-symlinks
32
+ - id: detect-private-key
33
+ - id: double-quote-string-fixer
34
- id: end-of-file-fixer
35
- id: fix-byte-order-marker
36
exclude: '^tests/data/'
@@ -50,9 +52,11 @@ repos:
50
52
- id: python-check-blanket-noqa
51
53
- id: python-check-blanket-type-ignore
54
- id: python-check-mock-methods
55
+ - id: python-no-log-warn
56
- id: python-use-type-annotations
57
- id: rst-directive-colons
58
- id: rst-inline-touching-normal
59
+ - id: text-unicode-replacement-char
60
- repo: https://github.com/astral-sh/ruff-pre-commit
61
rev: v0.9.4
62
hooks:
0 commit comments