📝 🎨 add type-hinting

This commit is contained in:
dannydannydanny 2021-11-03 12:30:31 +01:00 committed by GitHub
parent 36052f7c24
commit 890328dcf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ Use the format `:gitmoji: <commit message>` in your commit messages. Only proper
|emoji|code|description| |emoji|code|description|
|---|---|---| |---|---|---|
|:sparkles:|`:sparkles:`| add new feature / function | |: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| |:goal_net:|`:goal_net:`| try/raise/handle errors or warnings|
|:zap:|`:zap:`| improve performance / coverage / profiling | |:zap:|`:zap:`| improve performance / coverage / profiling |
|:bug:|`:bug:`| bug fixing | |:bug:|`:bug:`| bug fixing |