Skip to content

Commit 35497ad

Browse files
ci(pre-commit.ci): autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.289 → v0.6.9](astral-sh/ruff-pre-commit@v0.0.289...v0.6.9) - [github.com/psf/black: 23.9.1 → 24.10.0](psf/black@23.9.1...24.10.0)
1 parent dbf9f3d commit 35497ad

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
@@ -8,20 +8,20 @@ ci:
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.4.0
11+
rev: v5.0.0
1212
hooks:
1313
- id: trailing-whitespace
1414
- id: end-of-file-fixer
1515
- id: check-yaml
1616
- id: mixed-line-ending
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.0.289
19+
rev: v0.6.9
2020
hooks:
2121
- id: ruff
2222
args: [--fix]
2323

2424
- repo: https://github.com/psf/black
25-
rev: 23.9.1
25+
rev: 24.10.0
2626
hooks:
2727
- id: black

0 commit comments

Comments
 (0)