From 0ab9fabe2fddec729dcac1bee1b2f671f6c3b539 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Sep 2022 09:14:25 -0500 Subject: [PATCH] chore: disable some linters --- .pre-commit-config.yaml | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9923ee..0b4e365 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,21 +46,16 @@ repos: rev: 22.8.0 hooks: - id: black - - repo: https://github.com/codespell-project/codespell - rev: v2.2.1 - hooks: - - id: codespell - - repo: https://github.com/PyCQA/flake8 - rev: 5.0.4 - hooks: - - id: flake8 - - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.931 - hooks: - - id: mypy - additional_dependencies: [] - - repo: https://github.com/PyCQA/bandit - rev: 1.7.4 - hooks: - - id: bandit - args: [-x, tests] +# - repo: https://github.com/codespell-project/codespell +# rev: v2.2.1 +# hooks: +# - id: codespell +# - repo: https://github.com/PyCQA/flake8 +# rev: 5.0.4 +# hooks: +# - id: flake8 +# - repo: https://github.com/pre-commit/mirrors-mypy +# rev: v0.931 +# hooks: +# - id: mypy +# additional_dependencies: []