From 8f1b3b0f95bd40998f245676c2f53b7cc3acc849 Mon Sep 17 00:00:00 2001 From: utf <1330638+utf@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:31:17 +0000 Subject: [PATCH] Auto-update pre-commit hooks --- .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 817efcec..5498ed5b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: autoflake args: [--in-place, --remove-all-unused-imports, --remove-unused-variable, --ignore-init-module-imports] - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 @@ -16,7 +16,7 @@ repos: args: [--max-line-length=125, "--extend-ignore=E203,W503"] language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml - id: end-of-file-fixer