Skip to content

Commit df1e660

Browse files
[pre-commit.ci] pre-commit autoupdate (#485)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.5...v0.5.6) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/tox-dev/pyproject-fmt: 2.1.4 → 2.2.1](tox-dev/pyproject-fmt@2.1.4...2.2.1) * .pre-commit-config.yaml: ci: autoupdate_schedule: monthly --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Christian Clauss <[email protected]>
1 parent 391d05b commit df1e660

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
ci:
2+
autoupdate_schedule: monthly
13
repos:
24
- repo: https://github.com/pre-commit/pre-commit-hooks
35
rev: v4.6.0
@@ -34,17 +36,17 @@ repos:
3436
- tomli
3537

3638
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.5.5
39+
rev: v0.5.6
3840
hooks:
3941
- id: ruff
4042

4143
- repo: https://github.com/psf/black
42-
rev: 24.4.2
44+
rev: 24.8.0
4345
hooks:
4446
- id: black
4547

4648
- repo: https://github.com/tox-dev/pyproject-fmt
47-
rev: 2.1.4
49+
rev: 2.2.1
4850
hooks:
4951
- id: pyproject-fmt
5052

0 commit comments

Comments
 (0)