From 1c17bde8c57c54a028629b535a0577b94e44a740 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 19:13:08 +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: - https://github.com/asottile/reorder_python_imports → https://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.12.0](https://github.com/asottile/reorder-python-imports/compare/v3.9.0...v3.12.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.2.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.6...v0.2.2) - [github.com/dosisod/refurb: v1.24.0 → v1.28.0](https://github.com/dosisod/refurb/compare/v1.24.0...v1.28.0) - [github.com/pre-commit/mirrors-mypy: v1.7.0 → v1.8.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.7.0...v1.8.0) --- .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 668bff7..0abfe95 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,8 +34,8 @@ repos: - id: python-no-log-warn - id: python-use-type-annotations - id: text-unicode-replacement-char -- repo: https://github.com/asottile/reorder_python_imports - rev: v3.9.0 +- repo: https://github.com/asottile/reorder-python-imports + rev: v3.12.0 hooks: - id: reorder-python-imports - repo: https://github.com/aio-libs/sort-all @@ -43,7 +43,7 @@ repos: hooks: - id: sort-all - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.6 + rev: v0.2.2 hooks: - id: ruff args: [--config, pyproject.toml, hooks, tests] @@ -51,7 +51,7 @@ repos: - id: ruff-format args: [--config, pyproject.toml] - repo: https://github.com/dosisod/refurb - rev: v1.24.0 + rev: v1.28.0 hooks: - id: refurb args: [--ignore, FURB126] @@ -91,7 +91,7 @@ repos: - id: codespell additional_dependencies: [tomli] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.7.0' + rev: 'v1.8.0' hooks: - id: mypy pass_filenames: false