From 3f65fd6db454505b8d3a398f689fc4d4ff08c669 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 07:46:14 +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.3.0](https://github.com/psf/black/compare/22.12.0...23.3.0) - 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.0.0](https://github.com/floatingpurr/sync_with_poetry/compare/0.4.0...1.0.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.204 → v0.0.272](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.204...v0.0.272) --- .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 881981b4..fcf33ab3 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.3.0 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.0.0 hooks: - id: sync_with_poetry - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.204 + rev: v0.0.272 hooks: - id: ruff