From 07618324fd51d1b80dc8095a771862fcb39bc4da Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 23:03:43 +0000 Subject: [PATCH] chore(deps): pre-commit.ci autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](https://github.com/executablebooks/mdformat/compare/0.7.16...0.7.17) - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.287](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.284...v0.0.287) - [github.com/pre-commit/mirrors-mypy: v1.5.0 → v1.5.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.5.0...v1.5.1) - [github.com/PyCQA/pylint: v3.0.0a6 → v3.0.0a7](https://github.com/PyCQA/pylint/compare/v3.0.0a6...v3.0.0a7) - [github.com/PyCQA/autoflake: v2.2.0 → v2.2.1](https://github.com/PyCQA/autoflake/compare/v2.2.0...v2.2.1) - [github.com/python-jsonschema/check-jsonschema: 0.24.1 → 0.26.3](https://github.com/python-jsonschema/check-jsonschema/compare/0.24.1...0.26.3) - [github.com/crate-ci/typos: v1.16.4 → v1.16.10](https://github.com/crate-ci/typos/compare/v1.16.4...v1.16.10) --- .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 8643921..d4706ab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/executablebooks/mdformat - rev: 0.7.16 + rev: 0.7.17 hooks: - id: mdformat exclude: ^slides/ @@ -103,8 +103,8 @@ repos: - id: cmake-lint additional_dependencies: [cmakelang] exclude: cmake/.* - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.284 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.0.287 hooks: - id: ruff - repo: https://github.com/pre-commit/pygrep-hooks @@ -131,12 +131,12 @@ repos: hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.0 + rev: v1.5.1 hooks: - id: mypy args: [--python-version, '3.10'] - repo: https://github.com/PyCQA/pylint - rev: v3.0.0a6 + rev: v3.0.0a7 hooks: - id: pylint - repo: https://github.com/asottile/pyupgrade @@ -145,7 +145,7 @@ repos: - id: pyupgrade args: [--py310-plus, --keep-runtime-typing] - repo: https://github.com/PyCQA/autoflake - rev: v2.2.0 + rev: v2.2.1 hooks: - id: autoflake - repo: https://github.com/asottile/yesqa @@ -157,10 +157,10 @@ repos: hooks: - id: shellcheck - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.24.1 + rev: 0.26.3 hooks: - id: check-github-workflows - repo: https://github.com/crate-ci/typos - rev: v1.16.4 + rev: v1.16.10 hooks: - id: typos