Skip to content

Commit ed1dd46

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c31ac89 commit ed1dd46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_integration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_install_conditional_deps(tmpdir):
7575
commands =
7676
django-admin --version
7777
flake8 --version
78-
"""
78+
""",
7979
)
8080

8181

@@ -91,7 +91,7 @@ def test_use_pdm_scripts(tmpdir):
9191
[testenv]
9292
groups = lint
9393
commands = lint
94-
"""
94+
""",
9595
)
9696

9797

@@ -107,5 +107,5 @@ def test_use_pdm_shell_scripts(tmpdir):
107107
[testenv]
108108
groups = lint
109109
commands = lint-shell
110-
"""
110+
""",
111111
)

0 commit comments

Comments
 (0)