From da194a8c4244eba4b8e63cb7c6a4c072345a6f05 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Sun, 13 Oct 2024 17:44:40 +0200 Subject: [PATCH] Update .pre-commit-config.yaml Fixs: https://github.com/codespell-project/codespell/releases https://github.com/psf/black/releases --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fea7c9d..a4d5748 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 24.10 hooks: - id: black @@ -46,7 +46,7 @@ repos: args: ['-fallback-style=none', '-i'] - repo: https://github.com/codespell-project/codespell - rev: v2.0.0 + rev: v2.3.0 hooks: - id: codespell args: ['--write-changes', '--ignore-words=.codespell_words']