# Make file - created a target than runs `run_main_py` - Refer to this issue #12 https://makefiletutorial.com # docker file - referen to issue #11 # py test - refere to #14 # linters: - new config file `ruff.toml`to ignore the errors of the package not being at the top of a file.
Make file
run_main_pyBuild-Stage: Code Compilation 🔨 #12
https://makefiletutorial.com
docker file
py test
linters:
ruff.tomlto ignore the errors of the package not being at the top of a file.