Skip to content

Lint Python code with ruff

Pavel Břoušek requested to merge lint into main

ruff is a fast linter, in default configuration it only does some "basic" checks, like unused variables. It can be later configured to lint more thoroughly.

Merge request reports