Browse Source
Fix mistake in Ruff configuration unintentionally enabling mccabe complexity check Enabling "C" turns on complexity checks (C90, mccabe), which is unintended Instead, enable "C4" to get flake8-comprehensions checks See docs at https://docs.astral.sh/ruff/rules/#flake8-comprehensions-c4 Co-authored-by: Sebastián Ramírez <[email protected]>pull/10784/head
committed by
GitHub
1 changed files with 2 additions and 3 deletions
Loading…
Reference in new issue