populse / capsul

Collaborative Analysis Platform : Simple, Unifying, Lean
Other
7 stars 14 forks source link

Bugbear must be selected #351

Open DimitriPapadopoulos opened 7 months ago

DimitriPapadopoulos commented 7 months ago

Implement this repo-review recommendation:

RF101: Bugbear must be selected Must select the flake8-bugbear B checks. Recommended:

[tool.ruff.lint]
extend-select = [
  "B",  # flake8-bugbear
]
DimitriPapadopoulos commented 7 months ago

It will detect some real issues.