ronaldoussoren / py2app

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
Other
350 stars 35 forks source link

Add pre-commit configuration #424

Closed ronaldoussoren closed 2 years ago

ronaldoussoren commented 2 years ago

Add pre-commit configuration that ensure basic checks are done before commits and merges.

Also ensure that the pre-commit hooks are used for PR's on GitHub.

ronaldoussoren commented 2 years ago

This has been done.