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