From f959bc216f17db227acbc2d2e3208dd51a29564d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 17:19:10 +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.1.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.1.0) - [github.com/domdfcoding/pre-commit-hooks: v0.2.1 → v0.3.0](https://github.com/domdfcoding/pre-commit-hooks/compare/v0.2.1...v0.3.0) - [github.com/domdfcoding/flake8-dunder-all: v0.1.7 → v0.1.8](https://github.com/domdfcoding/flake8-dunder-all/compare/v0.1.7...v0.1.8) - [github.com/domdfcoding/flake2lint: v0.4.0 → v0.4.1](https://github.com/domdfcoding/flake2lint/compare/v0.4.0...v0.4.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.31.0](https://github.com/asottile/pyupgrade/compare/v2.12.0...v2.31.0) - [github.com/Lucas-C/pre-commit-hooks: v1.1.9 → v1.1.11](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.1.9...v1.1.11) - [github.com/repo-helper/formate: v0.4.3 → v0.4.9](https://github.com/repo-helper/formate/compare/v0.4.3...v0.4.9) - [github.com/domdfcoding/dep_checker: v0.6.1 → v0.6.2](https://github.com/domdfcoding/dep_checker/compare/v0.6.1...v0.6.2) --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3ac1248..2fa8ee1 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.1.0 hooks: - id: check-added-large-files - id: check-ast @@ -25,7 +25,7 @@ repos: - id: end-of-file-fixer - repo: https://github.com/domdfcoding/pre-commit-hooks - rev: v0.2.1 + rev: v0.3.0 hooks: - id: requirements-txt-sorter args: @@ -35,18 +35,18 @@ repos: - id: bind-requirements - repo: https://github.com/domdfcoding/flake8-dunder-all - rev: v0.1.7 + rev: v0.1.8 hooks: - id: ensure-dunder-all files: ^imgsorter/.*\.py$ - repo: https://github.com/domdfcoding/flake2lint - rev: v0.4.0 + rev: v0.4.1 hooks: - 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,26 +54,26 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/asottile/pyupgrade - rev: v2.12.0 + rev: v2.31.0 hooks: - id: pyupgrade args: - --py36-plus - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.9 + rev: v1.1.11 hooks: - id: remove-crlf - id: forbid-crlf - repo: https://github.com/repo-helper/formate - rev: v0.4.3 + rev: v0.4.9 hooks: - id: formate exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.(_)?py$ - repo: https://github.com/domdfcoding/dep_checker - rev: v0.6.1 + rev: v0.6.2 hooks: - id: dep_checker args: