Melevir / flake8-functions-names

An extension for flake8 that validates functions names, decomposition and conformity with annotations.
MIT License
27 stars 9 forks source link

Validate async function conventions #20

Open miki725 opened 2 years ago

miki725 commented 2 years ago

Perhaps adding a rule to validate that async functions have some naming convention will be useful. For example have a* prefix. This way the caller can always determine if the function is async or not just by the name