Skip to content

Commit c091feb

Browse files
[pre-commit.ci] pre-commit autoupdate (#419)
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.3 → v0.6.9](astral-sh/ruff-pre-commit@v0.5.3...v0.6.9) - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent df35222 commit c091feb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- id: mixed-line-ending
1111
args: [--fix=lf]
1212
- id: debug-statements
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.5.3"
14+
rev: "v0.6.9"
1515
hooks:
1616
- id: ruff
1717
args: ["--fix"]
1818
exclude: "tests/input/"
1919
- repo: https://github.com/psf/black
20-
rev: 24.4.2
20+
rev: 24.10.0
2121
hooks:
2222
- id: black
2323
# see https://stackoverflow.com/a/61046953

0 commit comments

Comments
 (0)