style: enable and baseline flakeheaven by aucampia · Pull Request #1928 · RDFLib/rdflib (original) (raw)

Summary of changes

This patch adds flakeheaven with a baseline, the baseline ignores all
existing errors and only reports on new errors.

The benefit with this approach is that we can get full flake8 on new
changes without having to first address the flake8 warnings with our
existing codebase.

Baselined errors can still be seen with:

This also adds a flakeheaven to GitHub Actions in a way which will
result in independent reporting.

Other changes:

See also:

Checklist