From 41b1467638ccd712410946a224c384d4fd2e34dd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 19:20:19 +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/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v4.2.0) - [github.com/asottile/pyupgrade: v2.31.0 → v2.32.1](https://github.com/asottile/pyupgrade/compare/v2.31.0...v2.32.1) - [github.com/fsfe/reuse-tool: v0.14.0 → v1.0.0](https://github.com/fsfe/reuse-tool/compare/v0.14.0...v1.0.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6d084c312..5d4f6772b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_language_version: python: python3 repos: - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: v4.1.0 + rev: v4.2.0 hooks: - id: check-ast - id: check-docstring-first @@ -44,13 +44,13 @@ repos: - "prettier" - "prettier-plugin-toml@0.3.1" - repo: "https://github.com/asottile/pyupgrade" - rev: v2.31.0 + rev: v2.32.1 hooks: - id: pyupgrade args: - "--py36-plus" - repo: "https://github.com/fsfe/reuse-tool" - rev: v0.14.0 + rev: v1.0.0 hooks: - id: reuse additional_dependencies: