Skip to content

Commit

Permalink
Simplify pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Dec 13, 2024
1 parent 646e796 commit 4ee99e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,12 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-json
- id: check-yaml
args: [ --allow-multiple-documents, --unsafe ]
- id: check-xml
- id: check-added-large-files
args: [ '--maxkb=1600' ]
- id: debug-statements
- id: check-merge-conflict

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
Expand Down

0 comments on commit 4ee99e5

Please sign in to comment.