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.
1 parent bd7dacb commit ca76572Copy full SHA for ca76572
exasol/toolbox/config.py
@@ -89,13 +89,13 @@ def excluded_python_paths(self) -> tuple[str, ...]:
89
exclude such undesired paths.
90
"""
91
default_excluded_paths = {
92
- "dist",
93
".eggs",
94
- "venv",
95
- ".venv",
+ ".html-documentation",
96
".poetry",
97
".sonar",
98
- ".html-documentation",
+ ".venv",
+ "dist",
+ "venv",
99
}
100
return tuple(
101
default_excluded_paths.union(set(self.add_to_excluded_python_paths))
0 commit comments