Skip to content

Commit

Permalink
Revert "Fix typo in poetry.toml"
Browse files Browse the repository at this point in the history
This reverts commit ad4e6fb.
  • Loading branch information
Valentin Calomme committed Jan 16, 2024
1 parent ad4e6fb commit 720a68d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions poetry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
# avoid any poetry headaches by keeping settings consistent amongst collaborators.
#
# For more information: https://python-poetry.org/docs/configuration
#

[virtualenvs]
# For local development We do not want Poetry to be responsible for creating
# virtual environments. Instead, use `python -m venv .venv` to create a virtual
# environment in the root directory of the repository. This is where poetry will
# look for the environment.

[virtualenvs]

in-project = true
create = false

0 comments on commit 720a68d

Please sign in to comment.