From d220b0844dfd88c35de2b01d500466d269d77501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anssi=20Syrj=C3=A4salo?= Date: Mon, 29 Jul 2024 09:35:26 +0300 Subject: [PATCH] build(pre-commit): Update pre-commit hooks --- .pre-commit-config.yaml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eefd4b2..f840ef1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,19 +14,20 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 hooks: - - id: detect-private-key - - id: check-merge-conflict - - id: check-added-large-files - - id: check-case-conflict - - id: check-ast - - id: debug-statements - - id: check-docstring-first - - id: requirements-txt-fixer - - id: mixed-line-ending - - id: trailing-whitespace - - id: check-json - - id: check-toml - - id: check-yaml + - id: check-merge-conflict + - id: check-added-large-files + - id: check-case-conflict + - id: check-ast + - id: debug-statements + - id: check-docstring-first + - id: mixed-line-ending + - id: trailing-whitespace + - id: check-json + - id: check-toml + - id: check-yaml + - id: check-symlinks + - id: destroyed-symlinks + - id: check-executables-have-shebangs - repo: https://github.com/psf/black-pre-commit-mirror rev: 24.4.2