Skip to content

Commit b7c9e99

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.0](astral-sh/ruff-pre-commit@v0.14.14...v0.15.0) - [github.com/python-poetry/poetry: 2.3.1 → 2.3.2](python-poetry/poetry@2.3.1...2.3.2)
1 parent 80050f5 commit b7c9e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
args:
3636
- --futures=true
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.14.14
38+
rev: v0.15.0
3939
hooks:
4040
- id: ruff-check
4141
args: [--fix, --exit-non-zero-on-fix]
@@ -46,7 +46,7 @@ repos:
4646
- id: check-github-actions
4747
- id: check-github-workflows
4848
- repo: https://github.com/python-poetry/poetry
49-
rev: '2.3.1'
49+
rev: '2.3.2'
5050
hooks:
5151
- id: poetry-install
5252
ci:

0 commit comments

Comments
 (0)