Skip to content

Commit b04662b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) - [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.8.0](astral-sh/ruff-pre-commit@v0.5.5...v0.8.0)
1 parent fd3e7b9 commit b04662b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ repos:
66
exclude: src/furo/theme/.*|docs/(recommendations|reference/admonitions).md
77

88
- repo: https://github.com/psf/black
9-
rev: 24.4.2
9+
rev: 24.10.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/asottile/blacken-docs
14-
rev: 1.18.0
14+
rev: 1.19.1
1515
hooks:
1616
- id: blacken-docs
1717

@@ -22,7 +22,7 @@ repos:
2222
files: \.py$
2323

2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v4.6.0
25+
rev: v5.0.0
2626
hooks:
2727
- id: check-builtin-literals
2828
- id: check-added-large-files
@@ -36,7 +36,7 @@ repos:
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
3838
# Ruff version.
39-
rev: v0.5.5
39+
rev: v0.8.0
4040
hooks:
4141
- id: ruff
4242
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)