Skip to content

pyproject: add ruff/pylint configuration

Peter Hutterer requested to merge whot/damspam:wip/pyproject into main

Adding it here means it'll be available in any tool (including pre-commit) that reads that file so we only need one configuration.

We don't use pylint here and it spits out a lot of messages that just don't matter for this project ("too many arguments", wtf?). Instead of disabling most of the pylint messages let's just disable it all and rely on ruff only.

This has no effect on our CI but for those using editors that auto-lint it'll be much nicer now.

Merge request reports

Loading