8000 GitHub - benmtz/codewars-python at 69bcbe19446e20b6f245624e5e6fed2cff3e2cb3
[go: up one dir, main page]

Skip to content

benmtz/codewars-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codewars python

This repository is where I test my codewars kata solutions, you can find the original kata with the id on the first line of every solution.

Installing environment

python -m venv env
./env/bin/pip install -r requirements.txt

Useful commands

# Use the hooks folder to run pre-commit lint and test
git config core.hooksPath hooks
# Runing lint
./env/bin/pycodestyle katas
# Running tests
./env/bin/python -m unittest -f katas/*.py

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0