matheuscas / pycpfcnpj

Python module for brazilian register numbers for persons (CPF) and companies (CNPJ).
MIT License
143 stars 44 forks source link

Add typing (Adicione typings) #33

Open matheuscas opened 2 years ago

matheuscas commented 2 years ago

Since the "new" hype is typing all the things, let's enjoy this wave and type this small (but useful) project. It could help the auto-completion in other projects and IDEs.

Já que o "novo" hype is adicionar tipos em todas as coisas, vamos aproveitar essa onda e adicionar tipos nesse pequeno (mas útil) projeto. Poderia ajudar a auto-completar em outros projetos e IDEs

gabrielcjr commented 2 years ago

Adicionei a tipagem e rodei o teste com o Pyright.