Skip to content

Commit 5981333

Browse files
[pre-commit.ci] pre-commit autoupdate (#54)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5) - [github.com/asottile/blacken-docs: 1.13.0 → 1.14.0](adamchainz/blacken-docs@1.13.0...1.14.0) * Update CHANGELOG --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <noreply@github.com>
1 parent eb768f1 commit 5981333

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
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.4
40+
rev: v2.2.5
4141
hooks:
4242
- id: codespell
4343
files: .*\.(py|txt|cmake|md|rst|sh|ps1|hpp|tpp|cpp|cc)$
@@ -55,7 +55,7 @@ repos:
5555
language_version: python3
5656

5757
- repo: https://github.com/asottile/blacken-docs
58-
rev: 1.13.0
58+
rev: 1.14.0
5959
hooks:
6060
- id: blacken-docs
6161
args: [-S, -l, '120']

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- yamllint
2323
- blacken-docs
2424
- Update `thomaseizinger/create-pull-request` GitHub Action to v1.3.0
25-
- Update `black` hook to v23.3.0
26-
- Update `blacken-docs` hook to v1.13.0
25+
- Update `asottile/blacken-docs` hook to v1.14.0
2726
- Update `charliermarsh/ruff-pre-commit` hook to v0.0.272
28-
- Update `codespell` hook to v2.2.4
27+
- Update `codespell-project/codespell` hook to v2.2.5
2928
- Update `Lucas-C/pre-commit-hooks` hook to v1.5.1
3029
- Update `pre-commit/pre-commit-hooks` hook to v4.3.0
3130
- Update `yamllint` hook to v1.32.0

0 commit comments

Comments
 (0)