matheuscas / pycpfcnpj

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

Add pre-commit hooks (Adicione o pre-commit hook) #32

Open matheuscas opened 2 years ago

matheuscas commented 2 years ago

Back in the days, black didn't exist (or it wasn't very known to me) and the code is not formatted. A good thing to do here would be to add the pre-commit hooks and add things like black, isort, and flake8.

Antigamente, o black não existia (ou não era muito conhecido por mim) e o código não está formatado. Uma boa coisa a fazer aqui seria adicionar os pre-commit hooks e adicionar coisas como black, isort e flake8.