We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd78bea + 5a288a4 commit 07a516cCopy full SHA for 07a516c
tests/integration/test_projects_using_isort.py
@@ -66,7 +66,7 @@ def test_tmuxp(tmpdir):
66
"--skip",
67
"workspacebuilder.py",
68
69
- "src/tmuxp/workspace/freezer.py"
+ "src/tmuxp/workspace/freezer.py",
70
]
71
)
72
@@ -78,23 +78,7 @@ def test_websockets(tmpdir):
78
79
def test_typeshed(tmpdir):
80
git_clone("https://github.com/python/typeshed.git", tmpdir)
81
- run_isort(
82
- (
83
- str(tmpdir),
84
- "--skip",
85
- "tests",
86
87
- "scripts",
88
89
- f"{tmpdir}/third_party/2and3/yaml/__init__.pyi",
90
91
- "builtins.pyi",
92
93
- "ast.pyi",
94
95
- f"{tmpdir}/stdlib/venv/__init__.pyi",
96
- )
97
+ run_isort([str(tmpdir)])
98
99
100
def test_pylint(tmpdir):
0 commit comments