Skip to content

Commit

Permalink
enable more pre-commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
blooop committed Nov 14, 2024
1 parent 91fe0de commit 7e2c2bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ repos:
rev: v4.2.0
hooks:
- id: check-added-large-files
# - id: check-ast
# - id: check-case-conflict
# - id: check-docstring-first
- id: check-ast
- id: check-case-conflict
- id: check-docstring-first
- id: check-merge-conflict
- id: check-symlinks
- id: check-yaml
args: ['--unsafe'] # Fixes errors parsing custom jinja templates
# - id: debug-statements
- id: end-of-file-fixer
# - id: mixed-line-ending
- id: mixed-line-ending
# - id: trailing-whitespace
# - id: fix-byte-order-marker
- id: fix-byte-order-marker

# Formatter for python
- repo: https://github.com/astral-sh/ruff-pre-commit
Expand Down

0 comments on commit 7e2c2bf

Please sign in to comment.