Skip to content

Commit facbd31

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.4 → v0.6.1](astral-sh/ruff-pre-commit@v0.5.4...v0.6.1)
1 parent 1b55ade commit facbd31

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
@@ -27,13 +27,13 @@ repos:
2727
- id: trailing-whitespace
2828

2929
- repo: https://github.com/psf/black
30-
rev: "24.4.2"
30+
rev: "24.8.0"
3131
hooks:
3232
- id: black
3333
additional_dependencies: [tomli]
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.5.4
36+
rev: v0.6.1
3737
hooks:
3838
- id: ruff
3939
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)