]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Disable Ruff hook
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 15 Aug 2024 01:03:13 +0000 (20:03 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 15 Aug 2024 01:03:13 +0000 (20:03 -0500)
.pre-commit-config.yaml

index 6ccc7d367a1d1610f2029ac8c6620e578621fd29..1f10e11e10dd58e2efc21d624bdc05efd6b679d0 100644 (file)
@@ -13,13 +13,13 @@ repos:
         -   --unsafe
     -   id: end-of-file-fixer
     -   id: trailing-whitespace
--   repo: https://github.com/charliermarsh/ruff-pre-commit
-    rev: v0.2.0
-    hooks:
-    -   id: ruff
-        args:
-        - --fix
-    -   id: ruff-format
+-   repo: https://github.com/charliermarsh/ruff-pre-commit
+    rev: v0.2.0
+    hooks:
+    -   id: ruff
+        args:
+        - --fix
+    -   id: ruff-format
 -   repo: local
     hooks:
     -   id: ruff