Skip to content

Commit 1f81075

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1) - [github.com/psf/black: 23.12.1 → 25.1.0](psf/black@23.12.1...25.1.0) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.22](hukkin/mdformat@0.7.17...0.7.22) - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.11.4](astral-sh/ruff-pre-commit@v0.1.9...v0.11.4)
1 parent 5384731 commit 1f81075

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
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: v5.0.0
1010
hooks:
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
@@ -25,28 +25,28 @@ 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.4.1
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: 25.1.0
3636
hooks:
3737
- id: black
3838
name: Black code
3939

4040
- repo: https://github.com/executablebooks/mdformat
41-
rev: 0.7.17
41+
rev: 0.7.22
4242
hooks:
4343
- id: mdformat
4444
additional_dependencies:
4545
- mdformat-gfm
4646
- mdformat_frontmatter
4747

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

0 commit comments

Comments
 (0)