Skip to content

Commit 24390ba

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/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.5.0](astral-sh/ruff-pre-commit@v0.1.9...v0.5.0)
1 parent 0ee530d commit 24390ba

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
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.5.0
9+
rev: v4.6.0
1010
hooks:
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
@@ -25,14 +25,14 @@ repos:
2525
# args: [--in-place, --wrap-summaries=120, --wrap-descriptions=120]
2626

2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.2.6
28+
rev: v2.3.0
2929
hooks:
3030
- id: codespell
3131
additional_dependencies: [tomli]
3232
#args: ["--write-changes"] # uncomment if you want to get automatic fixing
3333

3434
- repo: https://github.com/psf/black
35-
rev: 23.12.1
35+
rev: 24.4.2
3636
hooks:
3737
- id: black
3838
name: Black code
@@ -46,7 +46,7 @@ repos:
4646
- mdformat_frontmatter
4747

4848
- repo: https://github.com/astral-sh/ruff-pre-commit
49-
rev: v0.1.9
49+
rev: v0.5.0
5050
hooks:
5151
- id: ruff
5252
args: ["--fix"]

0 commit comments

Comments
 (0)