Skip to content

energy-quants/eq-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contributor-covenant github-license github-release


An Example Project for Testing Purposes

Development

Linting

The project is configured to use black, isort and ruff for linting. These tools may be manually run as below:

black --preview ./src
isort ./src
ruff check ./src