Skip to content

Commit 04c0d2a

Browse files
committed
commit the lock file and poetry config
1 parent 34ac8f0 commit 04c0d2a

File tree

4 files changed

+3873
-5
lines changed

4 files changed

+3873
-5
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ipython_config.py
9999
# This is especially recommended for binary packages to ensure reproducibility, and is more
100100
# commonly ignored for libraries.
101101
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
102-
#poetry.lock
102+
# poetry.lock
103103

104104
# pdm
105105
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
@@ -159,8 +159,6 @@ cython_debug/
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160160
#.idea/
161161

162-
poetry.lock
163-
poetry.toml
164162
.vscode
165163
django_typer/tests/dj_params.json
166164
**/.DS_Store

justfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ init:
88
pip install pipx
99
pipx ensurepath
1010
pipx install poetry
11-
poetry config --local virtualenvs.create true
12-
poetry config --local virtualenvs.in-project true
1311
poetry env use python
1412
poetry run pip install --upgrade pip setuptools wheel
1513

0 commit comments

Comments
 (0)