stop using requirementslib models #200
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
Ruff (UP032):
pipenv/cli/command.py#L613
pipenv/cli/command.py:613:13: UP032 Use f-string instead of `format` call
|
Ruff (PLE1300):
pipenv/cli/command.py#L696
pipenv/cli/command.py:696:14: PLE1300 Unsupported format character '}'
|
Ruff (PLE1300):
pipenv/cli/command.py#L699
pipenv/cli/command.py:699:9: PLE1300 Unsupported format character '}'
|
Ruff (UP032):
pipenv/pep508checker.py#L8
pipenv/pep508checker.py:8:15: UP032 Use f-string instead of `format` call
|
Ruff (UP032):
pipenv/resolver.py#L493
pipenv/resolver.py:493:21: UP032 Use f-string instead of `format` call
|
Ruff (UP032):
pipenv/routines/install.py#L141
pipenv/routines/install.py:141:17: UP032 Use f-string instead of `format` call
|
Ruff (UP032):
pipenv/utils/resolver.py#L147
pipenv/utils/resolver.py:147:13: UP032 Use f-string instead of `format` call
|
Ruff (UP032):
pipenv/utils/toml.py#L133
pipenv/utils/toml.py:133:13: UP032 Use f-string instead of `format` call
|
Ruff (UP032):
tests/integration/test_install_twists.py#L254
tests/integration/test_install_twists.py:254:31: UP032 Use f-string instead of `format` call
|
ruff
Process completed with exit code 1.
|