Skip to content

Commit b3b620a

Browse files
[pre-commit.ci] pre-commit autoupdate (#770)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.5](astral-sh/ruff-pre-commit@v0.14.14...v0.15.5) - [github.com/sirosen/check-jsonschema: 0.36.1 → 0.37.0](python-jsonschema/check-jsonschema@0.36.1...0.37.0) - [github.com/python-poetry/poetry: 2.3.1 → 2.3.2](python-poetry/poetry@2.3.1...2.3.2) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8758d51 commit b3b620a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ 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.5
3939
hooks:
4040
- id: ruff-check
4141
args: [--fix, --exit-non-zero-on-fix]
4242
- id: ruff-format
4343
- repo: https://github.com/sirosen/check-jsonschema
44-
rev: 0.36.1
44+
rev: 0.37.0
4545
hooks:
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:

tests/integration/test_open_stack_provider.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ async def provider_option(
112112
lambda bucket: AwsBasicBucketClient(open_stack_s3, bucket.name)
113113
),
114114
role_exists=partial(open_stack_role_exists, open_stack_api),
115-
get_public_url=lambda bucket_name, key: open_stack_config["public_url"]
116-
/ bucket_name
117-
/ key,
115+
get_public_url=lambda bucket_name, key: (
116+
open_stack_config["public_url"] / bucket_name / key
117+
),
118118
credentials_for_imported={},
119119
)

0 commit comments

Comments
 (0)