From 2697baca3b8ae625a6a296e29fce71bf843adabd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:42:44 +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/hakancelik96/unimport: 33ead41ee30f1d323a9c2fcfd0114297efbbc4d5 → 1.2.1](https://github.com/hakancelik96/unimport/compare/33ead41ee30f1d323a9c2fcfd0114297efbbc4d5...1.2.1) - [github.com/psf/black: 22.12.0 → 25.1.0](https://github.com/psf/black/compare/22.12.0...25.1.0) - [github.com/PyCQA/isort: 5.11.4 → 6.0.0](https://github.com/PyCQA/isort/compare/5.11.4...6.0.0) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.7.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.2.0...v2.7.0) - https://github.com/executablebooks/mdformat/: 0.7.16 → 0.7.22 --- .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 163c653..4412e2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,27 +2,27 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/hakancelik96/unimport - rev: 33ead41ee30f1d323a9c2fcfd0114297efbbc4d5 + rev: 1.2.1 hooks: - id: unimport args: - --remove - --ignore-init - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.11.4 + rev: 6.0.0 hooks: - id: isort additional_dependencies: [toml] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.2.0 + rev: v2.7.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/executablebooks/mdformat/ - rev: 0.7.16 + rev: 0.7.22 hooks: - id: mdformat exclude: ^paper/