From a53f8f939721186b628537410e2149d349d7aaf4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 16:39:57 +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: v3.4.0 → v4.0.1](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.0.1) - [github.com/pre-commit/pygrep-hooks: v1.8.0 → v1.9.0](https://github.com/pre-commit/pygrep-hooks/compare/v1.8.0...v1.9.0) - [github.com/asottile/pyupgrade: v2.12.0 → v2.19.4](https://github.com/asottile/pyupgrade/compare/v2.12.0...v2.19.4) - [github.com/Lucas-C/pre-commit-hooks: v1.1.9 → v1.1.10](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.1.9...v1.1.10) - [github.com/repo-helper/formate: v0.4.3 → v0.4.5](https://github.com/repo-helper/formate/compare/v0.4.3...v0.4.5) --- .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 138a4c4..42c2f88 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ exclude: ^$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.0.1 hooks: - id: check-added-large-files - id: check-ast @@ -46,7 +46,7 @@ repos: - id: flake2lint - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.8.0 + rev: v1.9.0 hooks: - id: python-no-eval - id: rst-backticks @@ -54,7 +54,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/asottile/pyupgrade - rev: v2.12.0 + rev: v2.19.4 hooks: - id: pyupgrade args: @@ -62,13 +62,13 @@ repos: - --keep-runtime-typing - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.9 + rev: v1.1.10 hooks: - id: remove-crlf - id: forbid-crlf - repo: https://github.com/repo-helper/formate - rev: v0.4.3 + rev: v0.4.5 hooks: - id: formate exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.(_)?py$