From 5180add9a4ac1d6cd5d19d351792683ef45b0deb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 22:37:29 +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/asottile/pyupgrade: v3.4.0 → v3.7.0](https://github.com/asottile/pyupgrade/compare/v3.4.0...v3.7.0) - [github.com/PyCQA/docformatter: v1.7.1 → v1.7.3](https://github.com/PyCQA/docformatter/compare/v1.7.1...v1.7.3) - [github.com/asottile/blacken-docs: 1.13.0 → 1.14.0](https://github.com/asottile/blacken-docs/compare/1.13.0...1.14.0) - [github.com/asottile/dead: v1.5.1 → v1.5.2](https://github.com/asottile/dead/compare/v1.5.1...v1.5.2) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.3.0...v1.4.1) - [github.com/charliermarsh/ruff-pre-commit: v0.0.269 → v0.0.275](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.269...v0.0.275) - [github.com/PyCQA/pylint: v2.17.4 → v3.0.0a6](https://github.com/PyCQA/pylint/compare/v2.17.4...v3.0.0a6) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eaa775c..0959f9b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: # Updating code to use modern python patterns where available. - repo: https://github.com/asottile/pyupgrade - rev: v3.4.0 + rev: v3.7.0 hooks: - id: pyupgrade @@ -45,13 +45,13 @@ repos: # Formats python docstrings. - repo: https://github.com/PyCQA/docformatter - rev: v1.7.1 + rev: v1.7.3 hooks: - id: docformatter # Formats code-blocks in documentation. - repo: https://github.com/asottile/blacken-docs - rev: 1.13.0 + rev: 1.14.0 hooks: - id: blacken-docs # Note - on black update blacken-docs pin should also be updated. @@ -59,7 +59,7 @@ repos: # Used to detect unintentionally unused code. - repo: https://github.com/asottile/dead - rev: v1.5.1 + rev: v1.5.2 hooks: - id: dead args: [ @@ -91,14 +91,14 @@ repos: # Static typehint linting. - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.3.0 + rev: v1.4.1 hooks: - id: mypy # A faster python linter - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: 'v0.0.269' + rev: 'v0.0.275' hooks: - id: ruff @@ -118,7 +118,7 @@ repos: # Lint code in pre-commit env, note: This ignores import checks. - repo: https://github.com/PyCQA/pylint - rev: v2.17.4 + rev: v3.0.0a6 hooks: # Pylint is also run from within pre-commit for CI purposes. - id: pylint