Skip to content

intabyu/interview-botify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interview-botify

Python Linter

Getting Started

Pre-requisites

Setup

# skip if python 3.9 is already installed with or without pyenv
pyenv install 3.9.10

# update path to your own python 3.9 installation
poetry env use ~/.pyenv/versions/3.9.10/bin/python3.9

# install packages
poetry install

Development

# format automatically code
make lint

# run tests
make test

# run
make run_dev

Objective

# def ("({})") bool

f("{}") == True
f("{{)}") == False
f("") == True

handles: [], {}, ()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published