Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 531 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 531 Bytes

Atomic Physics

Setup

Pre-requisites:

Testing

  • poe test can runs tests
  • poe flake runs flake8.
  • tests and flake must pass before PRs can be merged (master is branch protected)

Automatic formatting

poe fmt will use black to automatically format the code