Skip to content

fix: python project detection and project detection#774

Merged
vladfrangu merged 13 commits into
masterfrom
feat/fix-detection-of-python-projects-and-rewrite-project-detection
Apr 14, 2025
Merged

fix: python project detection and project detection#774
vladfrangu merged 13 commits into
masterfrom
feat/fix-detection-of-python-projects-and-rewrite-project-detection

Conversation

@vladfrangu

Copy link
Copy Markdown
Member

I will add in more images soon to showcase what this fixes, but in short: future proofing our CLI recognition systems for projects that may not respect our normal "expected" paths as well as trying to detect more paths

@vladfrangu vladfrangu added the adhoc Ad-hoc unplanned task added during the sprint. label Apr 9, 2025
@github-actions github-actions Bot added this to the 112nd sprint - Tooling team milestone Apr 9, 2025
@github-actions github-actions Bot added t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics. labels Apr 9, 2025
@vladfrangu vladfrangu marked this pull request as ready for review April 14, 2025 07:21
@vladfrangu vladfrangu requested a review from B4nan as a code owner April 14, 2025 07:21
@vladfrangu vladfrangu force-pushed the feat/fix-detection-of-python-projects-and-rewrite-project-detection branch from 8c6f24f to 0fcc8c5 Compare April 14, 2025 12:54
Comment thread src/commands/create.ts
break;
}
case ProjectLanguage.Scrapy:
case ProjectLanguage.Python: {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing error

@vladfrangu vladfrangu merged commit 09a42e4 into master Apr 14, 2025
@vladfrangu vladfrangu deleted the feat/fix-detection-of-python-projects-and-rewrite-project-detection branch April 14, 2025 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants