From 5493ef383571b66b7e85f5f487c049913cd3fafb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:10:55 +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.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/FHPythonUtils/LicenseCheck: 2024.2 → 2024.3](https://github.com/FHPythonUtils/LicenseCheck/compare/2024.2...2024.3) - [github.com/psf/black: 24.8.0 → 24.10.0](https://github.com/psf/black/compare/24.8.0...24.10.0) - [github.com/python-jsonschema/check-jsonschema: 0.29.2 → 0.29.4](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.2...0.29.4) - [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.42.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.41.0...v0.42.0) - [github.com/asottile/pyupgrade: v3.16.0 → v3.18.0](https://github.com/asottile/pyupgrade/compare/v3.16.0...v3.18.0) - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.6.6 → v0.7.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.6...v0.7.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.12.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.2...v1.12.1) --- .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 dff6bd6..8bb531b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: # repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-ast - id: check-builtin-literals @@ -30,7 +30,7 @@ repos: - id: reuse name: Check license headers (REUSE) - repo: https://github.com/FHPythonUtils/LicenseCheck - rev: '2024.2' + rev: '2024.3' hooks: - id: licensecheck language: python @@ -42,7 +42,7 @@ repos: - id: validate-cff name: Validate CITATION.cff file - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black name: Formatting Python code (black) @@ -66,7 +66,7 @@ repos: name: Fixing common spelling mistakes args: [--write-changes, -L, assertIn] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.2 + rev: 0.29.4 hooks: - id: check-github-workflows name: Check GitHub Workflow configuration @@ -81,7 +81,7 @@ repos: - id: docformatter name: Fixing docstring formatting - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.41.0 + rev: v0.42.0 hooks: - id: markdownlint name: Fixing markdown linting errors @@ -92,7 +92,7 @@ repos: - id: absolufy-imports name: Make python imports absolute - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.18.0 hooks: - id: pyupgrade name: Upgrade common mistakes @@ -112,8 +112,8 @@ repos: - flake8-pyproject - pep8-naming - pydoclint -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.6.6 +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.7.0 hooks: - id: ruff name: Linting Python code (ruff) @@ -126,7 +126,7 @@ repos: - id: pretty-format-toml args: [--autofix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.2 + rev: v1.12.1 hooks: - id: mypy name: Static typechecking (mypy)