From 7e2c2bf3a45c46802ec3e291f339b6b9a1d00ce3 Mon Sep 17 00:00:00 2001 From: Austin Gregg-Smith Date: Thu, 14 Nov 2024 10:27:04 +0000 Subject: [PATCH] enable more pre-commit checks --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 55b6f32..dcf4bf4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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