From 9ab9b57caa1e3d2a4875bc25d3f93c043ae596ce Mon Sep 17 00:00:00 2001 From: hasansezertasan Date: Sat, 3 Feb 2024 18:33:23 +0300 Subject: [PATCH] Update hooks. --- .pre-commit-config.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 08f77fa..45734c4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,5 @@ +# See https://pre-commit.com for more information +# See https://pre-commit.com/hooks.html for more hooks exclude: ^(\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|_build|buck-out|build|dist|alembic)/ default_language_version: python: python3.11 @@ -7,10 +9,13 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 hooks: + - id: check-added-large-files + - id: check-toml - id: check-yaml + args: + - --unsafe - id: end-of-file-fixer - id: trailing-whitespace - - id: check-added-large-files # Check compliance with Ruff. - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.1.14