We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194f625 commit a883969Copy full SHA for a883969
3 files changed
.gitignore
@@ -98,7 +98,7 @@ ipython_config.py
98
# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
99
# This is especially recommended for binary packages to ensure reproducibility, and is more
100
# commonly ignored for libraries.
101
-#uv.lock
+uv.lock
102
103
# poetry
104
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
pyproject.toml
@@ -0,0 +1,10 @@
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
+]
requirements.txt
0 commit comments