From 9721130101a1f6c5f129cea541ce905b752b30ac Mon Sep 17 00:00:00 2001 From: apoclyps Date: Tue, 28 Jan 2025 00:03:56 +0000 Subject: [PATCH] Auto-update pre-commit hooks --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d23da54..5e3cf2e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -91,7 +91,7 @@ repos: ] - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.0 hooks: - id: codespell name: codespell @@ -113,14 +113,14 @@ repos: - id: flake8 - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort name: isort (python) args: ["--settings-path", "pyproject.toml", "."] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.43.0 + rev: v0.44.0 hooks: - id: markdownlint-fix args: ["--disable", "line-length"]