Skip to content

Commit a2ae1d0

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/astral-sh/ruff-pre-commit: v0.11.8 → v0.14.1](astral-sh/ruff-pre-commit@v0.11.8...v0.14.1) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0)
1 parent dcdf7e7 commit a2ae1d0

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
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -25,13 +25,13 @@ repos:
2525
- id: codespell
2626
additional_dependencies: ["tomli"]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.11.8
28+
rev: v0.14.1
2929
hooks:
3030
- id: ruff
3131
args: [ --fix ]
3232
- id: ruff-format
3333
- repo: https://github.com/executablebooks/mdformat
34-
rev: 0.7.22
34+
rev: 1.0.0
3535
hooks:
3636
- id: mdformat
3737
args: ["--wrap=80"]

0 commit comments

Comments
 (0)