From 8fa721a0a54c275559983846f3a61d218ee438bd Mon Sep 17 00:00:00 2001 From: William Valentin Date: Sun, 27 Jul 2025 13:56:57 -0700 Subject: [PATCH] Disable pre-commit hooks for black, flake8, autopep8, and pyupgrade --- .pre-commit-config.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc03115..4bb4074 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,14 +19,14 @@ repos: # - id: detect-aws-credentials # - id: check-docstring-first - - repo: https://github.com/psf/black - rev: 25.1.0 - hooks: - - id: black - - repo: https://github.com/pycqa/flake8 - rev: "7.3.0" # Use a specific, stable version of Flake8 - hooks: - - id: flake8 + # - repo: https://github.com/psf/black + # rev: 25.1.0 + # hooks: + # - id: black + # - repo: https://github.com/pycqa/flake8 + # rev: "7.3.0" # Use a specific, stable version of Flake8 + # hooks: + # - id: flake8 # - repo: https://github.com/PyCQA/pylint # rev: v3.3.7 # hooks: @@ -39,14 +39,14 @@ repos: # - id: isort # additional_dependencies: # - docstring - - repo: https://github.com/hhatto/autopep8 - rev: v2.3.2 - hooks: - - id: autopep8 - - repo: https://github.com/asottile/pyupgrade - rev: v3.20.0 - hooks: - - id: pyupgrade + # - repo: https://github.com/hhatto/autopep8 + # rev: v2.3.2 + # hooks: + # - id: autopep8 + # - repo: https://github.com/asottile/pyupgrade + # rev: v3.20.0 + # hooks: + # - id: pyupgrade - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. rev: v0.12.5