Skip to content

Commit 5f97d02

Browse files
pre-commit-ci[bot]PythonFZ
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.3.0](codespell-project/codespell@v2.2.5...v2.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.5.2](astral-sh/ruff-pre-commit@v0.4.8...v0.5.2) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](hukkin/mdformat@0.7.16...0.7.17)
1 parent 33060c7 commit 5f97d02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.6.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -20,21 +20,21 @@ repos:
2020
- id: sort-simple-yaml
2121
- id: trailing-whitespace
2222
- repo: https://github.com/codespell-project/codespell
23-
rev: v2.2.5
23+
rev: v2.3.0
2424
hooks:
2525
- id: codespell
2626
additional_dependencies: ["tomli"]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
2828
# Ruff version.
29-
rev: v0.4.8
29+
rev: v0.5.2
3030
hooks:
3131
# Run the linter.
3232
- id: ruff
3333
args: [ --fix ]
3434
# Run the formatter.
3535
- id: ruff-format
3636
- repo: https://github.com/executablebooks/mdformat
37-
rev: 0.7.16
37+
rev: 0.7.17
3838
hooks:
3939
- id: mdformat
4040
args: ["--wrap=80"]

0 commit comments

Comments
 (0)