From 7864666c578fb2f1407d26cb2dbbe8baaa9423b1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:53:17 +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: - https://github.com/ikamensh/flynt/: 0.77 → 1.0.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.239 → v0.0.278](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.239...v0.0.278) - [github.com/psf/black: 22.10.0 → 23.7.0](https://github.com/psf/black/compare/22.10.0...23.7.0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33459202e5..52e53daeae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: - repo: https://github.com/ikamensh/flynt/ - rev: '0.77' + rev: '1.0.0' hooks: - id: flynt -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.0.239' +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: 'v0.0.278' hooks: - id: ruff - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.7.0 hooks: - id: black language_version: python3.9