Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Formatting for entire
openfl
namespace (including experimental) (#998)
* Point linter and formatter to full openfl namespace Signed-off-by: Shah, Karan <[email protected]> * Migrate to absolute imports Signed-off-by: Shah, Karan <[email protected]> * Replace f-strings with lazy interpolation Signed-off-by: Shah, Karan <[email protected]> * Fix wrong import Signed-off-by: Shah, Karan <[email protected]> * Fix fstring bug from auto-substitution Signed-off-by: Shah, Karan <[email protected]> * Temporarily remove copyright headers Signed-off-by: Shah, Karan <[email protected]> * Top-level blanklines remove Signed-off-by: Shah, Karan <[email protected]> * Fix C0415: All imports top-level. Signed-off-by: Shah, Karan <[email protected]> * Fix residual import errors Signed-off-by: Shah, Karan <[email protected]> * Fix more residual import errors Signed-off-by: Shah, Karan <[email protected]> * [residual] Revert toplevel import of fw loaders Signed-off-by: Shah, Karan <[email protected]> * Add pylint exceptions of C0415 Signed-off-by: Shah, Karan <[email protected]> * Fix R1725 - python3 style super Signed-off-by: Shah, Karan <[email protected]> * Fix R0205 - useless object inheritance Signed-off-by: Shah, Karan <[email protected]> * Fix W1406, C0325 Signed-off-by: Shah, Karan <[email protected]> * Add license headers Signed-off-by: Shah, Karan <[email protected]> * Apply formatting Signed-off-by: Shah, Karan <[email protected]> * Silence F821 and fix dict.fromkeys Signed-off-by: Shah, Karan <[email protected]> * Update linter action with new lint script Signed-off-by: Shah, Karan <[email protected]> * Update flake8 line-length to 100 Signed-off-by: Shah, Karan <[email protected]> * Apply formatting changes Signed-off-by: Shah, Karan <[email protected]> * Remove keyword args in dict.fromkeys Signed-off-by: Shah, Karan <[email protected]> * Update linter requirements Signed-off-by: Shah, Karan <[email protected]> * Switch to classname type checking to avoid circular imports Signed-off-by: Shah, Karan <[email protected]> * Disable certify test due to import bug Signed-off-by: Shah, Karan <[email protected]> * Replace with SPDX identifier license Signed-off-by: Shah, Karan <[email protected]> * Fix wrong import Signed-off-by: Shah, Karan <[email protected]> --------- Signed-off-by: Shah, Karan <[email protected]>
- Loading branch information