Disable pre-commit hooks for black, flake8, autopep8, and pyupgrade
This commit is contained in:
@@ -19,14 +19,14 @@ repos:
|
|||||||
# - id: detect-aws-credentials
|
# - id: detect-aws-credentials
|
||||||
# - id: check-docstring-first
|
# - id: check-docstring-first
|
||||||
|
|
||||||
- repo: https://github.com/psf/black
|
# - repo: https://github.com/psf/black
|
||||||
rev: 25.1.0
|
# rev: 25.1.0
|
||||||
hooks:
|
# hooks:
|
||||||
- id: black
|
# - id: black
|
||||||
- repo: https://github.com/pycqa/flake8
|
# - repo: https://github.com/pycqa/flake8
|
||||||
rev: "7.3.0" # Use a specific, stable version of Flake8
|
# rev: "7.3.0" # Use a specific, stable version of Flake8
|
||||||
hooks:
|
# hooks:
|
||||||
- id: flake8
|
# - id: flake8
|
||||||
# - repo: https://github.com/PyCQA/pylint
|
# - repo: https://github.com/PyCQA/pylint
|
||||||
# rev: v3.3.7
|
# rev: v3.3.7
|
||||||
# hooks:
|
# hooks:
|
||||||
@@ -39,14 +39,14 @@ repos:
|
|||||||
# - id: isort
|
# - id: isort
|
||||||
# additional_dependencies:
|
# additional_dependencies:
|
||||||
# - docstring
|
# - docstring
|
||||||
- repo: https://github.com/hhatto/autopep8
|
# - repo: https://github.com/hhatto/autopep8
|
||||||
rev: v2.3.2
|
# rev: v2.3.2
|
||||||
hooks:
|
# hooks:
|
||||||
- id: autopep8
|
# - id: autopep8
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
# - repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v3.20.0
|
# rev: v3.20.0
|
||||||
hooks:
|
# hooks:
|
||||||
- id: pyupgrade
|
# - id: pyupgrade
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
# Ruff version.
|
# Ruff version.
|
||||||
rev: v0.12.5
|
rev: v0.12.5
|
||||||
|
|||||||
Reference in New Issue
Block a user