summaryrefslogtreecommitdiff
path: root/.github/workflows/format.yml
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade CI build systems to use Python 3.10 (#1151)Todd Leonhardt2021-10-191-1/+1
| | | | | | | | | | * Upgrade CI build systems to use Python 3.10 Changes include: - Switch Azure Pipelines to use Python 3.10 instead of 3.6 - Switch GitHub Actions to use Python 3.10 instead of 3.10b2 for main CI - Switch GitHub Actions to use Python 3.10 instead of 3.9 for all auxilliary CI * Fix nox file
* Need to install isort before we can run it ;-)Todd Leonhardt2021-01-311-1/+1
|
* Add in isort changesTodd Leonhardt2021-01-311-1/+3
|
* Attempt to fix remaining black failuresTodd Leonhardt2021-01-311-1/+1
|
* Hopefully print out what files black would want to changeTodd Leonhardt2021-01-311-1/+1
|
* Change black configTodd Leonhardt2021-01-311-1/+1
|
* Attempt to make flake8 and black play nicelyTodd Leonhardt2021-01-311-1/+1
|
* Add black for automatic code formatTodd Leonhardt2021-01-311-0/+28