Skip to content

Latest commit

 

History

History
 
 

lint-workflow

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

lint-workflow

Development

Requirements

  • Python 3.9
  • pipenv

Setup

pipenv install --dev
pipenv shell

Testing

pipenv shell
pytest tests

Code Reformatting

pipenv shell
black .