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 b8bf368 commit 2d7f1aeCopy full SHA for 2d7f1ae
.pre-commit-config.yaml
@@ -11,12 +11,14 @@ default_language_version:
11
12
repos:
13
# Run manually in CI skipping the branch checks
14
- - repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.1.7
16
- hooks:
17
- - id: ruff
18
- args:
19
- - --fix
+ # RUFF disabled, code is not up to par with HA standards
+ # - repo: https://github.com/astral-sh/ruff-pre-commit
+ # rev: v0.1.7
+ # hooks:
+ # - id: ruff
+ # args:
20
+ # - --fix
21
+
22
- repo: https://github.com/pre-commit/pre-commit-hooks
23
rev: v4.5.0
24
hooks:
0 commit comments