In https://github.com/numpy/numpy-stubs/pull/63 black was run on setup.py. Follow up by running black on all files in CI. Do an inital pass over the entire codebase so that the CI check will pass.
I'm usually opposed to things like this, but it seems like we're in an early enough stage that it should be ok.
In https://github.com/numpy/numpy-stubs/pull/63 black was run on
setup.py
. Follow up by running black on all files in CI. Do an inital pass over the entire codebase so that the CI check will pass.I'm usually opposed to things like this, but it seems like we're in an early enough stage that it should be ok.