Skip to content

Commit eb022d9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.6.8](astral-sh/ruff-pre-commit@v0.5.5...v0.6.8)
1 parent fd3e7b9 commit eb022d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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.8.0
1010
hooks:
1111
- id: black
1212

@@ -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.6.8
4040
hooks:
4141
- id: ruff
4242
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)