Skip to content

Commit af958f1

Browse files
[pre-commit.ci] pre-commit autoupdate (#73)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5) - [github.com/adrienverge/yamllint.git: v1.34.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.34.0...v1.35.1) - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.2.2](astral-sh/ruff-pre-commit@v0.2.1...v0.2.2) * 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 0ebec9d commit af958f1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/Lucas-C/pre-commit-hooks
23-
rev: v1.5.4
23+
rev: v1.5.5
2424
hooks:
2525
- id: insert-license
2626
files: \.py$
@@ -44,7 +44,7 @@ repos:
4444
args: [-I, .codespell.allow]
4545

4646
- repo: https://github.com/adrienverge/yamllint.git
47-
rev: v1.34.0
47+
rev: v1.35.1
4848
hooks:
4949
- id: yamllint
5050

@@ -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.2.1
59+
rev: v0.2.2
6060
hooks:
6161
- id: ruff-format
6262
name: ruff (format)

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Repository
1111

1212
- Update GitHub Actions `github/codeql-action` from v2 to v3
13-
- Update `astral-sh/ruff-pre-commit` hook to v0.2.1
14-
- Update `adrienverge/yamllint` hook to v1.34.0
13+
- Update `adrienverge/yamllint.git` hook to v1.35.1
14+
- Update `astral-sh/ruff-pre-commit` hook to v0.2.2
15+
- Update `Lucas-C/pre-commit-hooks` hook to v1.5.5
1516

1617
## [v1.5.1] - 2023-12-15
1718

0 commit comments

Comments
 (0)