From: Sebastián Ramírez Date: Thu, 15 Aug 2024 01:03:13 +0000 (-0500) Subject: 🔧 Disable Ruff hook X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2dd99d96552a83efad364c7f68ed6d69aebbbfed;p=thirdparty%2Ffastapi%2Ffastapi.git 🔧 Disable Ruff hook --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ccc7d367a..1f10e11e10 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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