From 74f4fa6e430ad33c62a7550b208833a19dd78683 Mon Sep 17 00:00:00 2001 From: utf <1330638+utf@users.noreply.github.com> Date: Mon, 23 Feb 2026 00:46:56 +0000 Subject: [PATCH] Auto-update pre-commit hooks --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af228539..4590bba4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,28 +1,28 @@ repos: - repo: https://github.com/myint/autoflake - rev: v2.3.1 + rev: v2.3.3 hooks: - id: autoflake args: [--in-place, --remove-all-unused-imports, --remove-unused-variable, --ignore-init-module-imports] - repo: https://github.com/psf/black - rev: 25.1.0 + rev: 26.1.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 - rev: 7.1.2 + rev: 7.3.0 hooks: - id: flake8 files: ^amset/ args: [--max-line-length=125, "--extend-ignore=E203,W503"] language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: 6.0.1 + rev: 8.0.0 hooks: - id: isort name: isort (python)