From eabfb8fc74aa8e2a8bcbb3202f7bef555b03d87a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 21:51:45 +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.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/psf/black: 22.12.0 → 23.9.1](https://github.com/psf/black/compare/22.12.0...23.9.1) - https://github.com/pre-commit/mirrors-isort → https://github.com/PyCQA/isort - [github.com/PyCQA/isort: v5.10.1 → 5.12.0](https://github.com/PyCQA/isort/compare/v5.10.1...5.12.0) - [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.0.292](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.204...v0.0.292) --- .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..53e9a8ad 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.5.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: 23.9.1 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.12.0 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.0.292 hooks: - id: ruff