diff --git a/pyproject.toml b/pyproject.toml index a37b1cb..95c5eb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ select = [ "D104", # Require doc strings for public packages: https://docs.astral.sh/ruff/rules/undocumented-public-package/ "G010", # Add check for logger.warn "INP", # Require an `__init__.py` for (sub)packages + "RUF", # Enable all ruff specific rules: https://docs.astral.sh/ruff/rules/#ruff-specific-rules-ruf ] extend-ignore = [ "E402", # Ignore: Module level import not at top of file