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.
1 parent 550388e commit f5c5b85Copy full SHA for f5c5b85
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
22
- id: black
23
24
- repo: https://github.com/astral-sh/ruff-pre-commit
25
- rev: v0.2.0
+ rev: v0.3.6
26
hooks:
27
- id: ruff
28
args: [--fix, --exit-non-zero-on-fix]
pyproject.toml
@@ -201,6 +201,7 @@ max-complexity = 33 # default is 10
201
"src/pip/_internal/*" = ["PERF203"]
202
"tests/*" = ["B011"]
203
"tests/unit/test_finder.py" = ["C414"]
204
+"src/pip/__pip-runner__.py" = ["UP"] # Must be compatible with Python 2.7
205
206
[tool.ruff.lint.pylint]
207
max-args = 15 # default is 5
0 commit comments