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:
@@ -1,3 +1,10 @@
|
||||
[project]
|
||||
# This section is needed to avoid writing --no-project everytime when using "uv run"
|
||||
# https://github.com/astral-sh/uv/issues/8666
|
||||
name = "typeshed"
|
||||
version = "0"
|
||||
requires-python = ">=3.9" # Minimum version to run tests, used by uv run
|
||||
|
||||
[tool.black]
|
||||
line-length = 130
|
||||
target-version = ["py310"]
|
||||
|
||||
Reference in New Issue
Block a user