Skip to content

Commit 1b5dc77

Browse files
[pre-commit.ci] pre-commit autoupdate (#129)
* [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) * .pre-commit-config.yaml: autoupdate_schedule: monthly --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 36e9e21 commit 1b5dc77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ default_language_version:
77
python: python3.11
88

99
ci:
10+
autoupdate_schedule: monthly
1011
submodules: true
1112

1213
repos:
1314
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.5.5
15+
rev: v0.5.6
1516
hooks:
1617
- id: ruff # See pyproject.toml for args
1718

0 commit comments

Comments
 (0)