datajoint-python icon indicating copy to clipboard operation
datajoint-python copied to clipboard

Format with black v24.2.0

Open ethho opened this issue 1 year ago • 1 comments
trafficstars

Directories datajoint, tests, and tests_old are not compliant with the Black code style as of black v24.2.0. This causes linting errors in CI.

This PR runs the newest version of black on our codebase:

$ black datajoint tests tests_old
All done! ✨ 🍰 ✨
132 files left unchanged.
$ black --version
black, 24.2.0 (compiled: yes)
Python (CPython) 3.11.4

This PR also includes changes that standardize how black is run in CI. These changes were made to address inconsistencies in formatting between different versions of black.

ethho avatar Feb 21 '24 20:02 ethho

Besides .github/workflows/development.yaml, this PR only contains changes made by black formatting.

ethho avatar Feb 21 '24 20:02 ethho