`make format` uses autopep8 to format Python, using a list of paths specified in `tools/utils_maintenance/autopep8_format_paths.py`. The scripts folder used to be a submodule inside release, but it is now at the root of the blender repo. This commit adds `scripts` to the list of paths to format. Ref !107143