canonical / grafana-agent-k8s-operator

This charmed operator automates the operational procedures of running Grafana Agent, an open-soruce telemetry collector.
https://charmhub.io/grafana-agent-k8s
Apache License 2.0
8 stars 18 forks source link

Add codespell dictionary settings to pyproject.toml #306

Closed ca-scribner closed 3 months ago

ca-scribner commented 3 months ago

Issue

codespell 2.3 introduces changes that raises "assertIn" as a spelling mistake.

Solution

Add "assertIn" to codespell's dictionary and unpin codespell

Testing Instructions

CI coverage handles this. If it passes linting, it works.