Skip to content

Commit

Permalink
minor tweaks in the config
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Oct 17, 2024
1 parent 9432c52 commit a05f4ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a05f4ef

Please sign in to comment.