Skip to content

Commit bb1264c

Browse files
[pre-commit.ci] pre-commit autoupdate (#115)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a1f4ebc commit bb1264c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ repos:
7070
args: [--lines-after-imports, "-1"]
7171

7272
- repo: https://github.com/psf/black
73-
rev: 22.6.0
73+
rev: 22.8.0
7474
hooks:
7575
- id: black
7676

tests/command/test_command_export.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,10 @@ def test_export_uses_requirements_txt_format_by_default(
155155
("--with opt", f"foo==1.0.0 ; {MARKER_PY}\nopt==2.2.0 ; {MARKER_PY}\n"),
156156
(
157157
"--with dev,opt",
158-
f"baz==2.0.0 ; {MARKER_PY}\nfoo==1.0.0 ; {MARKER_PY}\nopt==2.2.0 ;"
159-
f" {MARKER_PY}\n",
158+
(
159+
f"baz==2.0.0 ; {MARKER_PY}\nfoo==1.0.0 ; {MARKER_PY}\nopt==2.2.0 ;"
160+
f" {MARKER_PY}\n"
161+
),
160162
),
161163
(f"--without {MAIN_GROUP}", "\n"),
162164
("--without dev", f"foo==1.0.0 ; {MARKER_PY}\n"),

0 commit comments

Comments
 (0)