Skip to content

Commit 8e2976f

Browse files
committed
ci: Fix isort conflict with integration-tests
1 parent e3d7ea1 commit 8e2976f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ exclude = '''
101101
[tool.isort]
102102
line_length = 120
103103
profile = "black"
104-
skip = [".venv", "tests/test_templates"]
104+
skip = [".venv", "tests/test_templates", "integration-tests"]
105105

106106
[tool.coverage.run]
107107
omit = ["openapi_python_client/templates/*"]

0 commit comments

Comments
 (0)