From cf4400ff3e0c18052e2d196e0df6c823760017c9 Mon Sep 17 00:00:00 2001 From: elvis kahoro Date: Mon, 19 Aug 2024 17:48:27 -0700 Subject: [PATCH] removing flake8 --- .trunk/trunk.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index d2ea3b6be08..d2fe7445732 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -19,14 +19,15 @@ runtimes: # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration) lint: disabled: - - remark-lint + - flake8 - mypy + - pylint + - remark-lint enabled: - actionlint@1.7.1 - bandit@1.7.9 - black@24.8.0 - checkov@3.2.231 - - flake8@7.1.1 - git-diff-check - hadolint@2.12.0 - isort@5.13.2 @@ -34,7 +35,6 @@ lint: - osv-scanner@1.8.3 - oxipng@9.1.2 - prettier@3.3.3 - - pylint@3.2.6 - pyright@1.1.376 - ruff@0.6.1 - shellcheck@0.10.0