Skip to content

Commit

Permalink
chore: disable automatically create .venv (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
hayato-m126 authored May 22, 2024
1 parent 7f2c769 commit ba651df
Show file tree
Hide file tree
Showing 3 changed files with 592 additions and 591 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.rye]
managed = true
# https://rye-up.com/guide/pyproject
managed = false
dev-dependencies = [
"black>=24.2.0",
"ruff>=0.2.1",
Expand Down
Loading

0 comments on commit ba651df

Please sign in to comment.