Skip to content

Commit dc962d7

Browse files
committed
Reformat with Black
1 parent 5826e25 commit dc962d7

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- repo: https://github.com/psf/black
12-
rev: 24.4.1
12+
rev: 26.3.1
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/pre-commit/mirrors-isort

tests/test_main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,7 @@ def test_bad_yaml(appconfig_stub, mocker):
418418
broken:
419419
- yaml
420420
- content
421-
""".encode(
422-
"utf-8"
423-
)
421+
""".encode("utf-8")
424422
_add_start_stub(stub)
425423
broken_response = _build_response({}, "application/x-yaml")
426424
broken_response["Configuration"] = StreamingBody(

0 commit comments

Comments
 (0)