diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 009bd59..0122da8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,15 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.5.0 hooks: + - id: check-merge-conflict + - id: check-yaml - id: double-quote-string-fixer - id: end-of-file-fixer - id: fix-encoding-pragma + args: [--remove] - id: mixed-line-ending + args: [--fix=lf] - id: trailing-whitespace - repo: https://github.com/ikamensh/flynt/