Disable pre-commit hooks for black, flake8, autopep8, and pyupgrade

This commit is contained in:
William Valentin
2025-07-27 13:56:57 -07:00
parent e6f87e086b
commit 8fa721a0a5

View File

@@ -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