From bfd172532e2b1d1909e754b7cfdf4596b89cebbe Mon Sep 17 00:00:00 2001 From: Mario Hernandez Date: Sat, 21 Sep 2024 03:10:26 -0300 Subject: [PATCH] pre-commit bug --- .pre-commit-config.yaml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f26a44b..bfb43f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,23 +31,23 @@ repos: hooks: - id: pyupgrade args: [--py310-plus] -- repo: https://github.com/hhatto/autopep8 - rev: v2.3.1 - hooks: - - id: autopep8 -- repo: https://github.com/PyCQA/flake8 - rev: "7.1.1" - hooks: - - id: flake8 - additional_dependencies: - - flake8-comprehensions - - flake8-bugbear - - flake8-polyfill - - toml - exclude: docs\/.* -- repo: https://github.com/PyCQA/bandit - rev: '1.7.9' - hooks: - - id: bandit - args: ["-c", "pyproject.toml"] - additional_dependencies: ["bandit[toml]"] +# - repo: https://github.com/hhatto/autopep8 +# rev: v2.3.1 +# hooks: +# - id: autopep8 +# - repo: https://github.com/PyCQA/flake8 +# rev: "7.1.1" +# hooks: +# - id: flake8 +# additional_dependencies: +# - flake8-comprehensions +# - flake8-bugbear +# - flake8-polyfill +# - toml +# exclude: docs\/.* +# - repo: https://github.com/PyCQA/bandit +# rev: '1.7.9' +# hooks: +# - id: bandit +# args: ["-c", "pyproject.toml"] +# additional_dependencies: ["bandit[toml]"]