From 24be948a1c184a8ab77de45a710d5192dc76a07f Mon Sep 17 00:00:00 2001 From: Sagar Hedaoo Date: Tue, 11 Jun 2024 15:26:02 +0000 Subject: [PATCH] uncommenting ruff check --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d65bf9d50..e36cbdfe6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,14 +2,14 @@ fail_fast: true repos: - # - repo: https://github.com/charliermarsh/ruff-pre-commit - # rev: v0.1.0 - # hooks: - # - id: ruff-format - # args: [integration, reflex, tests] - # - id: ruff - # args: ["--fix", "--exit-non-zero-on-fix"] - # exclude: '^integration/benchmarks/' + - repo: https://github.com/charliermarsh/ruff-pre-commit + rev: v0.1.0 + hooks: + - id: ruff-format + args: [integration, reflex, tests] + - id: ruff + args: ["--fix", "--exit-non-zero-on-fix"] + exclude: '^integration/benchmarks/' - repo: https://github.com/RobertCraigie/pyright-python rev: v1.1.313