TASLabz / mkw-scripts

Python Scripts for use with Dolphin Emulator. Scripts cover various utilities for creating Mario Kart Wii TASes .
7 stars 6 forks source link

Appease linter #27

Closed malleoz closed 1 year ago

malleoz commented 1 year ago

These changes meet the requirements for the default linter settings for Ruff. This includes line length limits (88 chars); checking for unused imports, variables, etc.

This PR also includes the following changes:

malleoz commented 1 year ago

There were a few functions in which I accidentally left out the return keyword.