|
|
|
|
|
by dathinab
407 days ago
|
|
not specific to just your answer but why do people mention ruff? Ruff is a linter which (intentionally) does close to no type checking. So you pretty much have to pair it up with a type check to get any even just half way decent static code analysis. |
|