tox-dev / pipdeptree

A command line utility to display dependency tree of the installed Python packages
https://pypi.python.org/pypi/pipdeptree
MIT License
2.73k stars 147 forks source link

[pre-commit.ci] pre-commit autoupdate #354

Closed pre-commit-ci[bot] closed 2 months ago

pre-commit-ci[bot] commented 2 months ago

updates:

kemzeb commented 2 months ago

Looks like the CI failures are due to Ruff now forcing us to string append when we need to prepend in some areas.

kemzeb commented 2 months ago

Looking at this further, the problem should be with PLR6104. It is only accessible in preview mode, but since we enable it here this should be the problem.

gaborbernat commented 2 months ago

Looking at this further, the problem should be with PLR6104. It is only accessible in preview mode, but since we enable it here this should be the problem.

WE can add noqa for these exampels 👍