From 57c46b936c50cf095ecde53ff8d229ae771c6646 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 23:19:51 +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 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0) - [github.com/psf/black: 22.12.0 → 24.4.2](https://github.com/psf/black/compare/22.12.0...24.4.2) - https://github.com/pre-commit/mirrors-isort → https://github.com/PyCQA/isort - [github.com/PyCQA/isort: v5.10.1 → 5.13.2](https://github.com/PyCQA/isort/compare/v5.10.1...5.13.2) - [github.com/floatingpurr/sync_with_poetry: 0.4.0 → 1.1.0](https://github.com/floatingpurr/sync_with_poetry/compare/0.4.0...1.1.0) - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.204 → v0.5.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.204...v0.5.2) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 881981b4..8ce2f53f 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: v4.6.0 hooks: - id: "trailing-whitespace" - id: "check-case-conflict" @@ -13,24 +13,24 @@ repos: - id: "check-toml" - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 24.4.2 hooks: - id: black files: &files '^(glQiwiApi|tests|examples|benchmarks|docs)' - - repo: https://github.com/pre-commit/mirrors-isort - rev: v5.10.1 + - repo: https://github.com/PyCQA/isort + rev: 5.13.2 hooks: - id: isort additional_dependencies: [ toml ] files: *files - repo: https://github.com/floatingpurr/sync_with_poetry - rev: 0.4.0 + rev: 1.1.0 hooks: - id: sync_with_poetry - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.204 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.5.2 hooks: - id: ruff