Skip to content

Commit

Permalink
Enable pre-commit.ci autofixes
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymilne committed Nov 24, 2023
1 parent 4160de8 commit 676a678
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,21 @@ repos:
description: Detect hardcoded secrets using Gitleaks
entry: gitleaks detect --verbose --redact --baseline-path .gitleaks-report.json
language: golang

# Configuration for https://pre-commit.ci/.
ci:
autoupdate_schedule: monthly
# Skip all hooks that just do checks without actually fixing anything.
skip:
- check-added-large-files
- check-merge-conflict
- check-case-conflict
- check-yaml
- check-json
- check-datafiles
- check-forbidden-words
- check-branch-name
- codespell
- bandit
- mypy
- gitleaks

0 comments on commit 676a678

Please sign in to comment.