From a5b20b7a16f5a9790e7cf2aa72c5fa4302566204 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:55:54 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v5.0.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/6.0.0...7.1.1) - [github.com/omnilib/ufmt: v2.0.1 → v2.8.0](https://github.com/omnilib/ufmt/compare/v2.0.1...v2.8.0) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.18](https://github.com/executablebooks/mdformat/compare/0.7.16...0.7.18) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 04d298df..43e4483c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: check-docstring-first - id: check-toml @@ -9,13 +9,13 @@ repos: - id: end-of-file-fixer - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.1.1 hooks: - id: flake8 args: [--config=setup.cfg] - repo: https://github.com/omnilib/ufmt - rev: v2.0.1 + rev: v2.8.0 hooks: - id: ufmt additional_dependencies: @@ -23,7 +23,7 @@ repos: - usort == 1.0.2 - repo: https://github.com/executablebooks/mdformat - rev: 0.7.16 + rev: 0.7.18 hooks: - id: mdformat additional_dependencies: