Skip to content

Add pyflake and pyupgrade lints to ruff

Ahmed Ilyas requested to merge additional-ruff-lints into develop
  • Adds pyflakes and pyupgrade linting to ruff

  • Pyflakes analyzes programs and detects various errors

  • Pyupgrade: Modernizes Python code with new features and idioms.

The diff is very big but the changes are very trivial. (A lot of Dict -> dict and so on)

Edited by Ahmed Ilyas

Merge request reports