bbrozyna / light-propagation

Python lib to calculate diffraction structures and light propagation
MIT License
1 stars 2 forks source link

Add pre-commit to the project #15

Closed bbrozyna closed 2 years ago

bbrozyna commented 2 years ago

Desc: Currently, the developer is able to push changes without pep8 validation and broken styling

Todo: Install pre-commit with configured flake/black hooks https://pre-commit.com/ to validate the project before committing

Research CI options on GIthub

AC: .pre-commit file installed, pep8 automatically fixed every commit