Add Poetry local config

This commit is contained in:
Marek Pikuła
2023-04-03 21:34:03 +00:00
parent 358c0086af
commit 64bac3b440
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -165,7 +165,7 @@ cython_debug/
### Python Patch ###
# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
poetry.toml
# poetry.toml
# ruff
.ruff_cache/

2
poetry.toml Normal file
View File

@@ -0,0 +1,2 @@
[virtualenvs]
in-project = true