mirror of
https://github.com/astral-sh/ruff.git
synced 2026-05-06 08:56:57 -04:00
7f275f431b
## Summary Pin mypy_primer (reference: https://github.com/astral-sh/ruff/pull/24016#discussion_r2947047615)
12 lines
317 B
Plaintext
12 lines
317 B
Plaintext
version = 1
|
|
revision = 3
|
|
requires-python = ">=3.11"
|
|
|
|
[manifest]
|
|
requirements = [{ name = "mypy-primer", git = "https://github.com/hauntsaninja/mypy_primer" }]
|
|
|
|
[[package]]
|
|
name = "mypy-primer"
|
|
version = "0.1.0"
|
|
source = { git = "https://github.com/hauntsaninja/mypy_primer#05f73ec3d85bb4f55676f3c57f2c3e5136228977" }
|