Skip to content

Use "psf/black" to reformat Python code.

Joe Snyder requested to merge joe-snyder/autopybind11:reformat_code into master

Run the psf/black tool on the current code to acquire new formatting structure.

Use the pre-commit Python package to introduce a Git pre-commit hook which runs black prior to the code being committed. If changes are necessary, the commit will "fail" and the updated code should be re-added.

Add both the install of the required packages and installation of the configuration YAML file to a SetupForDevelopment.sh file.

Add a "Development and Contribution" section to the README which describes the process and recommends it's install.

Starts work on #107 (closed)

Merge request reports