Felipe Colen

Results 2 issues of Felipe Colen

## Descrição Migrar type hints de brutils/legal_process.py para anotações modernas (PEP 484) #622 ## Mudanças Propostas Ajustes como: ```python # de def format_legal_process(legal_process_id): # type: (str) -> (str) ... #...

## Descrição Migrar type hints de brutils/voter_id.py para anotações modernas (PEP 484) #623 ## Mudanças Propostas Ajustes como: ```python # de def is_valid(voter_id): # type: (str) -> bool ... #...