Repository with solutions to several katas:
- Leap Year.
- Roman Numerals
- String Calculator
- Text Processing
- Simple Mars Rover
- Employee Report
- Ohce
- Guest the random number
- Fantasy Battle Refactoring
- Gilded Rose
- Potter
- Range extraction
- Sum of Pairs
- Valid Parentheses
- Snail
- Nómina (using TCR)
- Bank
- Coffee Machine
- Elephant Carpaccio
- Theatrical Players
- Game of Life
- Corporate Hotel Booking
make test
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