Enable rules by removing them from the tool.ruff.lint.ignore list in pyproject.toml.
Start with the "B" series of rules for the most impactful rules for detecting bugs. Work towards enabling every rule! Linter config might look like this after fixing and enabling almost every rule: https://github.com/geojupyter/jupyter-tiler/blob/c0e8fc8dde29e60341ef39321a9667bc51f26b13/pyproject.toml#L122-L136
Enable rules by removing them from the
tool.ruff.lint.ignorelist inpyproject.toml.Start with the "B" series of rules for the most impactful rules for detecting bugs. Work towards enabling every rule! Linter config might look like this after fixing and enabling almost every rule: https://github.com/geojupyter/jupyter-tiler/blob/c0e8fc8dde29e60341ef39321a9667bc51f26b13/pyproject.toml#L122-L136