From 56cf3316b7abf8b5f634d5f6d99d70f8de53d967 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 20:13:55 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.1...v0.4.5) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af9bafe..27ab046 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: additional_dependencies: [tomli] - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell files: .*\.(py|txt|cmake|md|rst|sh|ps1|hpp|tpp|cpp|cc)$ @@ -56,7 +56,7 @@ repos: additional_dependencies: [black==23.3.0] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.1 + rev: v0.4.5 hooks: - id: ruff-format name: ruff (format) From 7fbad95da1f1a29038fae1a62e3cacf89f07eb3c Mon Sep 17 00:00:00 2001 From: Nguyen Damien Date: Sun, 2 Jun 2024 10:36:11 +0200 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9ab1ea..a6fcb63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update `action/checkout` GitHub Action to v4 - Update `github/codeql-action/analyze` GitHub Action to v3 - Update `adrienverge/yamllint.git` hook to v1.35.1 -- Update `astral-sh/ruff-pre-commit` hook to v0.4.1 +- Update `astral-sh/ruff-pre-commit` hook to v0.4.5 +- Update `codespell-project/codespell` hook to v2.3.0 - Update `Lucas-C/pre-commit-hooks` hook to v1.5.5 - Update `pre-commit/pre-commit-hooks` hook to v4.6.0 - Disable macOS CI for Python < 3.11 (now runs on M1 macs on GitHub)