| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| fixtures | ||
| __init__.py | ||
| test_chef.py | ||
| test_chooser.py | ||
| test_executor.py | ||
| test_installer.py | ||
| test_installer_old.py | ||
| test_pip_installer.py |
* Fix SIM102: Use a single if-statement instead of nested if-statements * Fix SIM105: Use 'contextlib.suppress(...)' instead of try-except-pass * Fix SIM110: Use 'return any(...)' * Fix SIM113: Use enumerate instead of manually incrementing a counter * Fix SIM114: Combine conditions via a logical or to prevent duplicating code * Fix SIM211: Use 'not a' instead of 'False if a else True' * Fix SIM300: Use 'age == 42' instead of '42 == age' (Yoda-conditions) * Fix SIM119: Use dataclasses for data containers * Ignore "SIM106: Handle error-cases first" for now
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| fixtures | Loading commit data... | |
| __init__.py | Loading commit data... | |
| test_chef.py | Loading commit data... | |
| test_chooser.py | Loading commit data... | |
| test_executor.py | Loading commit data... | |
| test_installer.py | Loading commit data... | |
| test_installer_old.py | Loading commit data... | |
| test_pip_installer.py | Loading commit data... |