katas

Central repository with solutions to several katas

MIT License

Stars
22

Katas status

Repository with solutions to several katas:

Novice:

Begineer

Medium

Hard

Codely

Codium

How to run the tests:

make test

Miscelanea

In the precommit phase Black, Flake8 and Mypy are running, you can also run yourself with the following commands:

  • make check-format
  • make check-typing
  • make check-style