ni / grpc-device

gRPC server providing remote access to NI device driver APIs.
MIT License
71 stars 50 forks source link

Remove unnecessary folder and fix black validation. #1027

Closed reckenro closed 11 months ago

reckenro commented 11 months ago

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