From e392afd37563e8f629c711867834154d2990fd41 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 00:53:00 +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.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.0) - [github.com/floatingpurr/sync_with_poetry: 0.2.1 → 0.3.0](https://github.com/floatingpurr/sync_with_poetry/compare/0.2.1...0.3.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b17742..4731f94 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: "22.6.0" + rev: "22.8.0" hooks: - id: black @@ -36,6 +36,6 @@ repos: - id: pyupgrade - repo: https://github.com/floatingpurr/sync_with_poetry - rev: 0.2.1 + rev: 0.3.0 hooks: - id: sync_with_poetry