numpy / numpy-stubs

Experimental typing stubs for NumPy
BSD 3-Clause "New" or "Revised" License
282 stars 32 forks source link

MAINT: run black on all files in CI #64

Closed person142 closed 4 years ago

person142 commented 4 years ago

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.

rgommers commented 4 years ago

This is fine with me, agreed that it's still early enough

person142 commented 4 years ago

Ok, let's merge it then before it gets stale.