From 6e4dfa9b46b33bd2f31300e606dd3a722a53518d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 11:43:40 +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/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.290](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.204...v0.0.290) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 881981b4..72cd5238 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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.290 hooks: - id: ruff