Skip to content

Commit

Permalink
build(pre-commit): Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
asyrjasalo committed Jul 29, 2024
1 parent ca210bf commit d220b08
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,20 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: detect-private-key
- id: check-merge-conflict
- id: check-added-large-files
- id: check-case-conflict
- id: check-ast
- id: debug-statements
- id: check-docstring-first
- id: requirements-txt-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- id: check-json
- id: check-toml
- id: check-yaml
- id: check-merge-conflict
- id: check-added-large-files
- id: check-case-conflict
- id: check-ast
- id: debug-statements
- id: check-docstring-first
- id: mixed-line-ending
- id: trailing-whitespace
- id: check-json
- id: check-toml
- id: check-yaml
- id: check-symlinks
- id: destroyed-symlinks
- id: check-executables-have-shebangs

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.2
Expand Down

0 comments on commit d220b08

Please sign in to comment.