From 80eaced40dc7517aaf5d3fb9c2a26bc4362d7bea Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:14:26 +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/asottile/pyupgrade: v3.15.2 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.15.2...v3.17.0) - [github.com/psf/black: 24.4.2 → 24.8.0](https://github.com/psf/black/compare/24.4.2...24.8.0) - [github.com/asottile/blacken-docs: 1.16.0 → 1.18.0](https://github.com/asottile/blacken-docs/compare/1.16.0...1.18.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.13.0 → v2.14.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks/compare/v2.13.0...v2.14.0) - [github.com/commitizen-tools/commitizen: v3.27.0 → v3.28.0](https://github.com/commitizen-tools/commitizen/compare/v3.27.0...v3.28.0) --- .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 6a8c612..c6ab113 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,18 +35,18 @@ repos: - --py37-plus id: pyupgrade repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.17.0 - hooks: - id: black repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 - hooks: - id: blacken-docs repo: https://github.com/asottile/blacken-docs - rev: 1.16.0 + rev: 1.18.0 - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.13.0 + rev: v2.14.0 hooks: - id: pretty-format-yaml args: [--autofix, --indent, '2'] @@ -60,4 +60,4 @@ repos: stages: - commit-msg repo: https://github.com/commitizen-tools/commitizen - rev: v3.27.0 + rev: v3.28.0