Skip to content

Commit 91ef2cb

Browse files
[pre-commit.ci] pre-commit autoupdate (#78)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.5](astral-sh/ruff-pre-commit@v0.4.1...v0.4.5) * Update CHANGELOG --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nguyen Damien <[email protected]>
1 parent 2d3b31f commit 91ef2cb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
additional_dependencies: [tomli]
3838

3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.2.6
40+
rev: v2.3.0
4141
hooks:
4242
- id: codespell
4343
files: .*\.(py|txt|cmake|md|rst|sh|ps1|hpp|tpp|cpp|cc)$
@@ -56,7 +56,7 @@ repos:
5656
additional_dependencies: [black==23.3.0]
5757

5858
- repo: https://github.com/astral-sh/ruff-pre-commit
59-
rev: v0.4.1
59+
rev: v0.4.5
6060
hooks:
6161
- id: ruff-format
6262
name: ruff (format)

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Update `action/checkout` GitHub Action to v4
1414
- Update `github/codeql-action/analyze` GitHub Action to v3
1515
- Update `adrienverge/yamllint.git` hook to v1.35.1
16-
- Update `astral-sh/ruff-pre-commit` hook to v0.4.1
16+
- Update `astral-sh/ruff-pre-commit` hook to v0.4.5
17+
- Update `codespell-project/codespell` hook to v2.3.0
1718
- Update `Lucas-C/pre-commit-hooks` hook to v1.5.5
1819
- Update `pre-commit/pre-commit-hooks` hook to v4.6.0
1920
- Disable macOS CI for Python < 3.11 (now runs on M1 macs on GitHub)

0 commit comments

Comments
 (0)