We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__pip-runner__.py
2 parents 3a9c6ed + bfce217 commit 324f3ceCopy full SHA for 324f3ce
pyproject.toml
@@ -271,6 +271,11 @@ max-branches = 28 # default is 12
271
max-returns = 13 # default is 6
272
max-statements = 134 # default is 50
273
274
+[tool.ruff.per-file-target-version]
275
+# `__pip-runner__.py` should be Python 2.7 compatible but the
276
+# earliest version of Python ruff will check is 3.7
277
+"src/pip/__pip-runner__.py" = "py37"
278
+
279
######################################################################################
280
# mypy
281
#
0 commit comments