From a05f4efd8e759df183ad67fa6f5da83c82b23803 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Thu, 17 Oct 2024 16:13:32 -0700 Subject: [PATCH] minor tweaks in the config --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a2e41300e..c0d63cb27 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,8 +56,8 @@ repos: rev: "7.1.1" hooks: - id: flake8 - # This is a `.py` file but is encrypted with sops - exclude: deployer/commands/generate/cryptnono_config/enc-blocklist-generator.secret.py + # In case a `.py` file but is encrypted with sops + # exclude: # Prevent unencrypted files from being committed - repo: https://github.com/yuvipanda/pre-commit-hook-ensure-sops @@ -78,7 +78,7 @@ repos: additional_dependencies: - tomli - # misc stuff + # pre-commit.com provided hooks - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 # ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available