Skip to content

Commit 4dcd61f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.11.13](astral-sh/ruff-pre-commit@v0.5.5...v0.11.13) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.22](hukkin/mdformat@0.7.17...0.7.22) - [github.com/adamchainz/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.6.0](tox-dev/pyproject-fmt@v2.5.0...v2.6.0)
1 parent bec4efa commit 4dcd61f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -10,27 +10,27 @@ repos:
1010
- id: double-quote-string-fixer
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.5.5"
13+
rev: "v0.11.13"
1414
hooks:
1515
- id: ruff
1616
args: [--fix, --exit-non-zero-on-fix]
1717

1818
- repo: https://github.com/executablebooks/mdformat
19-
rev: 0.7.17
19+
rev: 0.7.22
2020
hooks:
2121
- id: mdformat
2222
additional_dependencies:
2323
- mdformat-myst
2424

2525
- repo: https://github.com/adamchainz/blacken-docs
26-
rev: "1.18.0"
26+
rev: "1.19.1"
2727
hooks:
2828
- id: blacken-docs
2929
additional_dependencies:
3030
- black==23.1.0
3131

3232
- repo: https://github.com/psf/black
33-
rev: 24.4.2
33+
rev: 25.1.0
3434
hooks:
3535
- id: black
3636

@@ -43,7 +43,7 @@ repos:
4343
- markdown # managed by mdformat
4444

4545
- repo: https://github.com/tox-dev/pyproject-fmt
46-
rev: "v2.5.0"
46+
rev: "v2.6.0"
4747
hooks:
4848
- id: pyproject-fmt
4949

0 commit comments

Comments
 (0)