Skip to content

Commit e5976f7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.2](codespell-project/codespell@v2.3.0...v2.4.2) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.16.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.16.0)
1 parent 7c4b57d commit e5976f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ default_language_version:
88
repos:
99

1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: trailing-whitespace
1414
- id: end-of-file-fixer
@@ -23,12 +23,12 @@ repos:
2323
- id: rst-inline-touching-normal
2424

2525
- repo: https://github.com/codespell-project/codespell
26-
rev: v2.3.0
26+
rev: v2.4.2
2727
hooks:
2828
- id: codespell
2929

3030
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
31-
rev: v2.14.0
31+
rev: v2.16.0
3232
hooks:
3333
- id: pretty-format-yaml
3434
args: [--autofix]

0 commit comments

Comments
 (0)