After we approved a recent PR, an extra commit added this .idea folder. We don't want it in the repo.
Also, fixing up black version to avoid format validation issues.
Why should this Pull Request be merged?
Clean up repo and get build passing.
Note on the first run that python validation fails after installing a new black alpha version 24.1a1 that's intended to change formatting rules slightly for 2024.
What does this Pull Request accomplish?
After we approved a recent PR, an extra commit added this .idea folder. We don't want it in the repo.
Also, fixing up black version to avoid format validation issues.
Why should this Pull Request be merged?
Clean up repo and get build passing.
Note on the first run that python validation fails after installing a new
black
alpha version 24.1a1 that's intended to change formatting rules slightly for 2024.What testing has been done?
CI