From 261d556457db60c7a3d4abcbb3aeac83213bfd7e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 19:06:08 +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.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.4.0) - [github.com/domdfcoding/pre-commit-hooks: v0.1.6 → v0.4.0](https://github.com/domdfcoding/pre-commit-hooks/compare/v0.1.6...v0.4.0) - [github.com/domdfcoding/flake8-dunder-all: v0.1.5 → v0.3.0](https://github.com/domdfcoding/flake8-dunder-all/compare/v0.1.5...v0.3.0) - [github.com/pre-commit/pygrep-hooks: v1.7.0 → v1.10.0](https://github.com/pre-commit/pygrep-hooks/compare/v1.7.0...v1.10.0) - [github.com/asottile/pyupgrade: v2.7.4 → v3.6.0](https://github.com/asottile/pyupgrade/compare/v2.7.4...v3.6.0) - [github.com/Lucas-C/pre-commit-hooks: v1.1.9 → v1.5.1](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.1.9...v1.5.1) - [github.com/domdfcoding/yapf-isort: v0.5.5 → v0.6.0](https://github.com/domdfcoding/yapf-isort/compare/v0.5.5...v0.6.0) - [github.com/domdfcoding/dep_checker: v0.4.1 → v0.7.1](https://github.com/domdfcoding/dep_checker/compare/v0.4.1...v0.7.1) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78f33e30..0eacce2d 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.4.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.1.6 + rev: v0.4.0 hooks: - id: requirements-txt-sorter args: @@ -35,37 +35,37 @@ repos: - id: bind-requirements - repo: https://github.com/domdfcoding/flake8-dunder-all - rev: v0.1.5 + rev: v0.3.0 hooks: - id: ensure-dunder-all files: ^wx_icons_humanity/.*\.py$ - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.7.0 + rev: v1.10.0 hooks: - id: python-no-eval - repo: https://github.com/asottile/pyupgrade - rev: v2.7.4 + rev: v3.6.0 hooks: - id: pyupgrade args: - --py36-plus - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.9 + rev: v1.5.1 hooks: - id: remove-crlf - id: forbid-crlf - repo: https://github.com/domdfcoding/yapf-isort - rev: v0.5.5 + rev: v0.6.0 hooks: - id: yapf-isort exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.py$ - repo: https://github.com/domdfcoding/dep_checker - rev: v0.4.1 + rev: v0.7.1 hooks: - id: dep_checker args: