Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
python-environment-tools
Public
Notifications
You must be signed in to change notification settings
Fork
45
Star
207
Code
Issues
2
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: add pet-hatch locator for Hatch environments (Fixes #450)
- #460
#460
Merged
Karthik Nadig (karthiknadig)
merged 16 commits into
main
microsoft/python-environment-tools:main
from
feature/issue-450
microsoft/python-environment-tools:feature/issue-450
Copy head branch name to clipboard
May 12, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
feat: add pet-hatch locator for Hatch environments (Fixes #450)
#460
Karthik Nadig (karthiknadig)
merged 16 commits into
main
microsoft/python-environment-tools:main
from
feature/issue-450
microsoft/python-environment-tools:feature/issue-450
Copy head branch name to clipboard
Commits
Commits on May 8, 2026
feat: add pet-hatch locator for Hatch environments (Fixes #450)
Show description for db89b6e
Karthik Nadig (karthiknadig)
committed
db89b6e
View commit details
Copy full SHA for db89b6e
Browse repository at this point
fix: address PR #460 review feedback
Show description for b25b3a5
Karthik Nadig (karthiknadig)
committed
b25b3a5
View commit details
Copy full SHA for b25b3a5
Browse repository at this point
fix: order Hatch before VirtualEnvWrapper in locator chain (PR #460)
Show description for ec40512
Karthik Nadig (karthiknadig)
committed
ec40512
View commit details
Copy full SHA for ec40512
Browse repository at this point
Commits on May 10, 2026
fix: address PR #460 round-2 review feedback
Show description for b2a819b
Karthik Nadig (karthiknadig)
committed
b2a819b
View commit details
Copy full SHA for b2a819b
Browse repository at this point
fix: address PR #460 round-3 review feedback
Show description for 29ad0dc
Karthik Nadig (karthiknadig)
committed
29ad0dc
View commit details
Copy full SHA for 29ad0dc
Browse repository at this point
chore: align pet-hatch serde version with workspace style (PR #460)
Show description for 4da16a5
Karthik Nadig (karthiknadig)
committed
4da16a5
View commit details
Copy full SHA for 4da16a5
Browse repository at this point
Commits on May 11, 2026
fix: expand and trim HATCH_DATA_DIR; skip empty configured virtual paths (PR #460)
Karthik Nadig (karthiknadig)
committed
beef4e5
View commit details
Copy full SHA for beef4e5
Browse repository at this point
perf: avoid Vec alloc and double norm_case in pet-hatch hot path (PR #460)
Karthik Nadig (karthiknadig)
committed
3a1e302
View commit details
Copy full SHA for 3a1e302
Browse repository at this point
fix: env-name allowlist guard + matrix support for configured Hatch virtual dirs (PR #460)
Show description for ba241fa
Karthik Nadig (karthiknadig)
committed
ba241fa
View commit details
Copy full SHA for ba241fa
Browse repository at this point
perf: dedupe TOML parsing + precompute env-name matcher (PR #460)
Show description for 16e07df
Karthik Nadig (karthiknadig)
committed
16e07df
View commit details
Copy full SHA for 16e07df
Browse repository at this point
chore: revert to .unwrap() on mutex + fix stale doc reference (PR #460)
Karthik Nadig (karthiknadig)
committed
b716320
View commit details
Copy full SHA for b716320
Browse repository at this point
fix: reject unexpanded tilde paths in HATCH_DATA_DIR / dirs.env.virtual (PR #460)
Karthik Nadig (karthiknadig)
committed
ea5b499
View commit details
Copy full SHA for ea5b499
Browse repository at this point
chore: use .expect() on workspace mutex to match codebase pattern (PR #460)
Karthik Nadig (karthiknadig)
committed
4225e5c
View commit details
Copy full SHA for 4225e5c
Browse repository at this point
perf: Arc-wrap workspace cache entries; macOS no longer assumed case-insensitive (PR #460)
Karthik Nadig (karthiknadig)
committed
66b67fa
View commit details
Copy full SHA for 66b67fa
Browse repository at this point
perf: snapshot workspace cache in try_from() to minimize lock hold (PR #460)
Karthik Nadig (karthiknadig)
committed
95c9516
View commit details
Copy full SHA for 95c9516
Browse repository at this point
Commits on May 12, 2026
test: canonicalize temp roots in pet-hatch tests for Windows CI (PR #460)
Karthik Nadig (karthiknadig)
committed
7509df2
View commit details
Copy full SHA for 7509df2
Browse repository at this point
You can’t perform that action at this time.