From 0ee5272e41fe35fbc9617f64c397866bc6de891f Mon Sep 17 00:00:00 2001 From: Molier Date: Fri, 22 Nov 2024 16:32:02 +0000 Subject: [PATCH] feat: update pre-commit config --- .pre-commit-config.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81ce0e1..89aa3ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,9 +16,10 @@ repos: hooks: - id: pyupgrade args: [--py311-plus] - - # - repo: https://github.com/pre-commit/mirrors-mypy - # rev: "" # Use the sha / tag you want to point at - # hooks: - # - id: mypy - # args: [--strict, --ignore-missing-imports] + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.6.0 + hooks: + - id: check-yaml + - id: end-of-file-fixer + - id: trailing-whitespace + - id: check-added-large-files