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