Skip to content

Latest commit

 

History

History

regex-dataclasses-with-python-learning-from-tweet-text

RegEx, Data Classes and Type Hints with Python: Learning from tweet text

Read the explanations on this blog post.

Project details

If you'd like to run the tests, just issue the following command:

docker-compose up tests

You can check the code with mypy, black, and isort:

docker-compose up lint

There is a service that you can format the code also:

docker-compose up formatter