From 890328dcf6e2be3921486ca7a318efb9f0ac09ce Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Wed, 3 Nov 2021 12:30:31 +0100 Subject: [PATCH] :memo: :art: add type-hinting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97470b8..3d94971 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Use the format `:gitmoji: ` in your commit messages. Only proper |emoji|code|description| |---|---|---| |:sparkles:|`:sparkles:`| add new feature / function | -|:art:|`:art:`| refactor code / improve readibility / structure and lint flake8 | +|:art:|`:art:`| refactor code / add type hinting / improve readibility / structure and lint flake8 | |:goal_net:|`:goal_net:`| try/raise/handle errors or warnings| |:zap:|`:zap:`| improve performance / coverage / profiling | |:bug:|`:bug:`| bug fixing |