canonical / openstack-exporter-operator

The openstack-exporter-operator is a machine charm for openstack-exporter.
Apache License 2.0
1 stars 6 forks source link

Ruff rule is inconsistent #17

Closed chanchiwai-ray closed 5 months ago

chanchiwai-ray commented 5 months ago

In pyproject.toml, the line too long (E501) is ignored by ruff's linter, but the ruff's format will format that line if it's too long. So it will have the situation that tox -e lint passed, but you can still format the code tox -e format.

We should remove the ignore E501 in pyproject.toml