File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ ipython_config.py
9898# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
9999# This is especially recommended for binary packages to ensure reproducibility, and is more
100100# commonly ignored for libraries.
101- # uv.lock
101+ uv.lock
102102
103103# poetry
104104# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
Original file line number Diff line number Diff line change 1+ [project ]
2+ name = " leetcode75"
3+ version = " 0.1.0"
4+ description = " Add your description here"
5+ requires-python = " >=3.13"
6+ dependencies = [
7+ " pre-commit==4.2.0" ,
8+ " pytest==8.4.1" ,
9+ " pytest-cov==6.2.1" ,
10+ ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments