From f5e41f7d7ffa7841eac8fddd1543ae3e7a21c136 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 18:35:36 +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: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/abravalheri/validate-pyproject: v0.13 → v0.15](https://github.com/abravalheri/validate-pyproject/compare/v0.13...v0.15) - [github.com/asottile/pyupgrade: v3.4.0 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v3.4.0...v3.15.0) - [github.com/psf/black: 23.3.0 → 23.10.1](https://github.com/psf/black/compare/23.3.0...23.10.1) - [github.com/PyCQA/docformatter: v1.7.1 → v1.7.5](https://github.com/PyCQA/docformatter/compare/v1.7.1...v1.7.5) - [github.com/asottile/blacken-docs: 1.13.0 → 1.16.0](https://github.com/asottile/blacken-docs/compare/1.13.0...1.16.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/sphinx-contrib/sphinx-lint: v0.6.7 → v0.8.1](https://github.com/sphinx-contrib/sphinx-lint/compare/v0.6.7...v0.8.1) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.6.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.3.0...v1.6.1) - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.269 → v0.1.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.269...v0.1.3) - [github.com/PyCQA/pylint: v2.17.4 → v3.0.1](https://github.com/PyCQA/pylint/compare/v2.17.4...v3.0.1) --- .pre-commit-config.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eaa775c..db54fc5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-yaml - id: check-toml @@ -19,19 +19,19 @@ repos: # Verify the contents of pyproject.toml - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.13 + rev: v0.15 hooks: - id: validate-pyproject # Updating code to use modern python patterns where available. - repo: https://github.com/asottile/pyupgrade - rev: v3.4.0 + rev: v3.15.0 hooks: - id: pyupgrade # General Project code formatter. - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.10.1 hooks: - id: black @@ -45,13 +45,13 @@ repos: # Formats python docstrings. - repo: https://github.com/PyCQA/docformatter - rev: v1.7.1 + rev: v1.7.5 hooks: - id: docformatter # Formats code-blocks in documentation. - repo: https://github.com/asottile/blacken-docs - rev: 1.13.0 + rev: 1.16.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: [ @@ -69,7 +69,7 @@ repos: # Lint documentation source. - repo: https://github.com/sphinx-contrib/sphinx-lint # Make sure to also update the additional dependency pin - rev: v0.6.7 + rev: v0.8.1 hooks: - id: sphinx-lint @@ -91,14 +91,14 @@ repos: # Static typehint linting. - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.3.0 + rev: v1.6.1 hooks: - id: mypy # A faster python linter -- repo: https://github.com/charliermarsh/ruff-pre-commit +- repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.0.269' + rev: 'v0.1.3' 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.1 hooks: # Pylint is also run from within pre-commit for CI purposes. - id: pylint