diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2020-12-13 00:37:24 -0800 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2020-12-13 00:37:24 -0800 |
| commit | 6b65b278960be551b972db57bd47607af02be0bd (patch) | |
| tree | 93c2df1c7d1a0adf809f47c7180b5f4dce13fa68 /tests/integration | |
| parent | bd170de3c2a680570ab1e83edadf82944909bd25 (diff) | |
| download | isort-6b65b278960be551b972db57bd47607af02be0bd.tar.gz | |
linting
Diffstat (limited to 'tests/integration')
| -rw-r--r-- | tests/integration/test_projects_using_isort.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/test_projects_using_isort.py b/tests/integration/test_projects_using_isort.py index 6818addf..2258cbfa 100644 --- a/tests/integration/test_projects_using_isort.py +++ b/tests/integration/test_projects_using_isort.py @@ -126,7 +126,7 @@ def test_attrs(tmpdir): def test_datadog_integrations_core(tmpdir): git_clone("https://github.com/DataDog/integrations-core.git", tmpdir) - run_isort([str(tmpdir), '--skip', 'docs']) + run_isort([str(tmpdir), "--skip", "docs"]) def test_pyramid(tmpdir): |
