SafeEyes icon indicating copy to clipboard operation
SafeEyes copied to clipboard

Future linting improvements

Open deltragon opened this issue 6 months ago • 0 comments

Followup to https://github.com/slgobinath/SafeEyes/pull/615.

  • [ ] Forbid + for string concatenation
  • [ ] Sort/format imports Needs to figure out how to deal with gi.require_version calls mixed in
  • [ ] Improve doc comments, remove "obvious" ones this one might need to go into the style guide, if we can't check it automatically
  • [ ] Use constants instead of magic values - https://docs.astral.sh/ruff/rules/magic-value-comparison/

deltragon avatar Aug 25 '24 11:08 deltragon