From 6b6d3dd4ed78c1ca6a6d5afab9faa2c6eeec9265 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 19:12: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/repo-helper/pyproject-parser: v0.9.0 → v0.9.1](https://github.com/repo-helper/pyproject-parser/compare/v0.9.0...v0.9.1) - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.5.0) - [github.com/domdfcoding/flake8-dunder-all: v0.3.0 → v0.3.1](https://github.com/domdfcoding/flake8-dunder-all/compare/v0.3.0...v0.3.1) - [github.com/domdfcoding/flake2lint: v0.4.2 → v0.4.3](https://github.com/domdfcoding/flake2lint/compare/v0.4.2...v0.4.3) - [github.com/asottile/pyupgrade: v2.12.0 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v2.12.0...v3.15.0) - [github.com/Lucas-C/pre-commit-hooks: v1.5.1 → v1.5.4](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.5.1...v1.5.4) - [github.com/python-formate/snippet-fmt: v0.1.4 → v0.1.5](https://github.com/python-formate/snippet-fmt/compare/v0.1.4...v0.1.5) - [github.com/python-formate/formate: v0.5.0 → v0.7.0](https://github.com/python-formate/formate/compare/v0.5.0...v0.7.0) - [github.com/domdfcoding/dep_checker: v0.7.1 → v0.8.0](https://github.com/domdfcoding/dep_checker/compare/v0.7.1...v0.8.0) --- .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 3ea6c65..461fb08 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,12 +8,12 @@ ci: repos: - repo: https://github.com/repo-helper/pyproject-parser - rev: v0.9.0 + rev: v0.9.1 hooks: - id: reformat-pyproject - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-ast @@ -43,13 +43,13 @@ repos: - id: bind-requirements - repo: https://github.com/domdfcoding/flake8-dunder-all - rev: v0.3.0 + rev: v0.3.1 hooks: - id: ensure-dunder-all files: ^southwark/.*\.py$ - repo: https://github.com/domdfcoding/flake2lint - rev: v0.4.2 + rev: v0.4.3 hooks: - id: flake2lint @@ -62,7 +62,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/asottile/pyupgrade - rev: v2.12.0 + rev: v3.15.0 hooks: - id: pyupgrade args: @@ -70,24 +70,24 @@ repos: - --keep-runtime-typing - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.1 + rev: v1.5.4 hooks: - id: remove-crlf - id: forbid-crlf - repo: https://github.com/python-formate/snippet-fmt - rev: v0.1.4 + rev: v0.1.5 hooks: - id: snippet-fmt - repo: https://github.com/python-formate/formate - rev: v0.5.0 + rev: v0.7.0 hooks: - id: formate exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$ - repo: https://github.com/domdfcoding/dep_checker - rev: v0.7.1 + rev: v0.8.0 hooks: - id: dep_checker args: