Skip to content

Commit d245bfc

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.0](astral-sh/ruff-pre-commit@v0.3.5...v0.5.0)
1 parent 57f93b1 commit d245bfc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.5.0
12+
rev: v4.6.0
1313
hooks:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
@@ -23,7 +23,7 @@ repos:
2323
- id: detect-private-key
2424

2525
- repo: https://github.com/codespell-project/codespell
26-
rev: v2.2.6
26+
rev: v2.3.0
2727
hooks:
2828
- id: codespell
2929
additional_dependencies: [tomli]
@@ -37,7 +37,7 @@ repos:
3737
args: ["--in-place"]
3838

3939
- repo: https://github.com/pre-commit/mirrors-prettier
40-
rev: v3.1.0
40+
rev: v4.0.0-alpha.8
4141
hooks:
4242
- id: prettier
4343
files: \.(json|yml|yaml|toml)
@@ -54,7 +54,7 @@ repos:
5454
- mdformat_frontmatter
5555

5656
- repo: https://github.com/astral-sh/ruff-pre-commit
57-
rev: v0.3.5
57+
rev: v0.5.0
5858
hooks:
5959
# try to fix what is possible
6060
- id: ruff

0 commit comments

Comments
 (0)