Skip to content

Introduce Hatch-managed environments to the project#380

Merged
yarikoptic merged 1 commit intomasterfrom
instroduce-hatch-managed-envs
Mar 10, 2026
Merged

Introduce Hatch-managed environments to the project#380
yarikoptic merged 1 commit intomasterfrom
instroduce-hatch-managed-envs

Conversation

@candleindark
Copy link
Member

@candleindark candleindark commented Mar 10, 2026

Summary

Introduce Hatch-managed environments to the project.

  • Adds [tool.hatch.envs.default] section to pyproject.toml
  • Sets uv as the installer for the default Hatch environment
  • Pins the default Python version to 3.10

Test plan

  • Verify hatch env create uses uv as the installer

TODOs

🤖 Generated with Claude Code

@candleindark candleindark changed the base branch from consolidate-pyproject-toml to master March 10, 2026 17:34
@codecov
Copy link

codecov bot commented Mar 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.91%. Comparing base (3725ccc) to head (6c45c52).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #380   +/-   ##
=======================================
  Coverage   97.91%   97.91%           
=======================================
  Files          18       18           
  Lines        2401     2401           
=======================================
  Hits         2351     2351           
  Misses         50       50           
Flag Coverage Δ
unittests 97.91% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@candleindark candleindark changed the title Configure default Hatch environment to use uv installer Introduce Hatch environments to the project Mar 10, 2026
@candleindark candleindark changed the title Introduce Hatch environments to the project Introduce Hatch-managed environments to the project Mar 10, 2026
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@yarikoptic yarikoptic force-pushed the instroduce-hatch-managed-envs branch from 157b0be to 6c45c52 Compare March 10, 2026 19:38
@yarikoptic yarikoptic added the internal Changes only affect the internal API label Mar 10, 2026
@yarikoptic yarikoptic merged commit 1deb319 into master Mar 10, 2026
83 checks passed
@yarikoptic yarikoptic deleted the instroduce-hatch-managed-envs branch March 10, 2026 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Changes only affect the internal API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants