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
1 parent d52011f commit bfce217Copy full SHA for bfce217
pyproject.toml
@@ -272,6 +272,11 @@ max-branches = 28 # default is 12
272
max-returns = 13 # default is 6
273
max-statements = 134 # default is 50
274
275
+[tool.ruff.per-file-target-version]
276
+# `__pip-runner__.py` should be Python 2.7 compatible but the
277
+# earliest version of Python ruff will check is 3.7
278
+"src/pip/__pip-runner__.py" = "py37"
279
+
280
######################################################################################
281
# mypy
282
#
0 commit comments