First of all, you need to install ruff
package to verify that you passed all conditions for formatting.
pip install ruff==0.0.287
Please run the ruff check with the following command:
ruff check .
ruff check . --fix
First of all, you need to install ruff
package to verify that you passed all conditions for formatting.
pip install ruff==0.0.287
Please run the ruff check with the following command:
ruff check .
ruff check . --fix