Skip to content

Commit e2d03fa

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.6.2 → v0.8.0](astral-sh/ruff-pre-commit@v0.6.2...v0.8.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1)
1 parent 177ff2e commit e2d03fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
exclude: "^tests/"
@@ -18,7 +18,7 @@ repos:
1818
# Python
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
2020
# Ruff version.
21-
rev: v0.6.2
21+
rev: v0.8.0
2222
hooks:
2323
- id: ruff
2424
args: ["--fix"]
@@ -31,7 +31,7 @@ repos:
3131
args: ["--write"]
3232
# Python inside docs
3333
- repo: https://github.com/asottile/blacken-docs
34-
rev: 1.18.0
34+
rev: 1.19.1
3535
hooks:
3636
- id: blacken-docs
3737
# markdown, yaml

0 commit comments

Comments
 (0)