Code Quality — W0090–W0099
Warnings for patterns that are legal but problematic.
← Unused Code →
| Code | Description |
|---|---|
| BSK-W0090 | Unnecessary type: ignore comment — no error at this location |
| BSK-W0091 | Use of deprecated API |
| BSK-W0092 | type: comment instead of annotation syntax (Python 2 style) |
| BSK-W0093 | assert statement with side effects — assertions can be disabled |
| BSK-W0094 | Mutable default argument |
| BSK-W0095 | Suppression comment without reason |