Ruff configuration. For available settings see https://docs.astral.sh/ruff/settings.
Declarations
Type
TOML value
Example
{
line-length = 100;
per-file-ignores = { "__init__.py" = [ "F401" ]; };
lint = {
select = [ "E4" "E7" "E9" "F" ];
ignore = [ ];
};
}
Sign in to create a configuration using this setting.