loefsys.scripts.code_scripts module
Submodule containing scripts related to the repository code.
With the available scripts, linting, formatting, and typechecking is easily available.
- loefsys.scripts.code_scripts.lint() None
Apply linting to the project code.
See Ruff linter for more details.
- Return type:
None
- loefsys.scripts.code_scripts.format() None
Apply formatting to the project code.
See Ruff formatter for more details.
- Return type:
None