Skip to content

Commit

Permalink
chore: Update .pre-commit-config.yaml (#4227)
Browse files Browse the repository at this point in the history
Add a couple safety pre-commit checks.
  • Loading branch information
cidrblock authored Jun 13, 2024
1 parent 5e1b203 commit bc50be8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
- id: check-symlinks
- id: debug-statements
- id: detect-private-key
- id: end-of-file-fixer
- id: trailing-whitespace

Expand Down Expand Up @@ -128,7 +130,6 @@ repos:
--output-file=.config/constraints.txt pyproject.toml
files: ^.config\/.*requirements.*$
language_version: "3.10" # minimal we support officially

- repo: https://github.com/ansible/ansible-lint
rev: v24.6.0
hooks:
Expand Down

0 comments on commit bc50be8

Please sign in to comment.