Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 2.72 KB

README.md

File metadata and controls

57 lines (46 loc) · 2.72 KB

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