% `ruff --select=FBT --statistics .` ``` 93 FBT003 Boolean positional value in function call 12 FBT002 Boolean default value in function definition ``` * https://beta.ruff.rs/docs/rules/#flake8-boolean-trap-fbt * https://adamj.eu/tech/2021/07/10/python-type-hints-how-to-avoid-the-boolean-trap/ My sense is that it breaks too much to fix them now but it is an interesting insight.