Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: style checks change python version from 3.6 to 3.8
Problem: python 3.6 is end of life and is now cauing failures for the ci pipeline linting and formatting stages. Change python version to 3.8. Change black version to 22.3.0 to fix formatting error from new click release. This only affects the ci linting and formatting checks.
- Loading branch information