From a7355f10a3f332625817a535e75e67c6ed3e8059 Mon Sep 17 00:00:00 2001 From: Lehman Garrison Date: Thu, 9 May 2024 09:54:45 -0400 Subject: [PATCH] Revert "pre-commit: use ruff format" We'll enable that in a separate PR This reverts commit 29b3a5a9a1356bc5e4a708bb338b75c5de66726e. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81b1630..ad7ac68 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,6 @@ repos: # TODO: turning off line length check # When ruff formatting is available, use that to auto-fix args: [--fix, --ignore=E501] - - id: ruff-format - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 hooks: @@ -29,6 +28,7 @@ repos: - id: check-yaml - id: check-added-large-files args: ['--maxkb=20000'] + - id: check-ast - id: check-executables-have-shebangs - id: check-merge-conflict - id: check-shebang-scripts-are-executable