v3.6.0
Added:
- Ignore Drone CI files in GitHub diffs
- Run
black --checkon CI to verify code is formatted correctly
Changed:
- Platform independent files like
run_docker_build.share moved to.scriptsfolder - Standardize and test support for multiple docker images.
- refactored
conda_smithy.lint_recipe.NEEDED_FAMILIESto top level so external projects can access - Rerun
blackon the codebase.
Fixed:
- fix crash when host section was present but empty
- fix build-locally.py in skip_render by not attempting to chmod +x it
- ship conf file for black so everyone uses the same settings