Skip to content

kyleniemeyer/rescale-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development

install stuff with:

pip install -e '.[lint,test,dev]

run tests with:

pytest tests/

run linting + formatting + etc with:

pre-commit run --all-files