mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-01 13:40:23 +08:00
Allow uv run to be used without --no-project (#13599)
This commit is contained in:
+3
-1
@@ -68,8 +68,10 @@ analyze.py
|
||||
# Mypy cache
|
||||
.mypy_cache/
|
||||
|
||||
# pyenv local python version
|
||||
# pyenv and uv local python version
|
||||
.python-version
|
||||
# we don't use uv's lock as we're not actually a project
|
||||
uv.lock
|
||||
|
||||
# deliberately local test configuration files
|
||||
stdlib/@tests/stubtest_allowlists/*.local
|
||||
|
||||
Reference in New Issue
Block a user