This issue proposes simplifying the Ruff linter rules configuration by enabling the ALL rule, which activates all available rules while selectively ignoring specific ones as needed.
It is also recommended to ignore the pydocstyle (D) rules because documentation is no longer generated since #288, and documenting the source code might not always be necessary, especially for a private package.
This issue proposes simplifying the Ruff linter rules configuration by enabling the
ALLrule, which activates all available rules while selectively ignoring specific ones as needed.It is also recommended to ignore the
pydocstyle (D)rules because documentation is no longer generated since #288, and documenting the source code might not always be necessary, especially for a private package.