Skip to content

testing/ruff: work around false positive lint

Hugo Barrera requested to merge WhyNotHugo/aports:ruff into master

The linter thinks that these are backticks (they're not; they're in a comment). Use a single quote instead to avoid the false positive.

Merge request reports