canonical / operator

Pure Python framework for writing Juju charms
Apache License 2.0
247 stars 119 forks source link

chore: ruff setting renamed #1376

Closed dimaqq closed 2 months ago

dimaqq commented 2 months ago

Remapped rules The following rules have been remapped to new rule codes: unnecessary-dict-comprehension-for-iterable: RUF025 to C420

https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md#remapped-rules

https://docs.astral.sh/ruff/rules/unnecessary-dict-comprehension-for-iterable/

dimaqq commented 2 months ago

Ehh wait.. why am I running 0.6.0 and the tox specifies 0.4.5?