pycpfcnpj icon indicating copy to clipboard operation
pycpfcnpj copied to clipboard

Python module for brazilian register numbers for persons (CPF) and companies (CNPJ).

Results 11 pycpfcnpj issues
Sort by recently updated
recently updated
newest added

issue #32 - added black, ruff config - (100 characteres per line was set as default) - added pre-commit config - run black and ruff on all project files

Bumps [codecov](https://github.com/codecov/codecov-python) from 2.0.9 to 2.0.16. Changelog Sourced from codecov's changelog. 2.0.16 fixed reported command injection vulnerability. 2.0.15 add -X s3 to disable direct to S3 uploading 2.0.14 fixed coverage...

dependencies

I've changed the tests. They are passing on python 3.10 and pytest 7.1.4. https://i.imgur.com/iGMebL4.png However, they are not passing on CI. Maybe we should think about updating the versions of...

It seems that pytest version is broken and the tests are using unittests. Since this is an old (but very dear for me) project, we should update the tests to...

enhancement
good first issue

Apply mask in cpf or cnpj if it is valid

I have added the type-hints to the project. Since there is a proposal to migrate unittest tests to pytest I didn't add type-hints to the tests Adicionei os type-hints ao...

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....

enhancement
good first issue

I have nothing against Travis, but since we're in GitHub, let's use "native" stuff from it. Tip.: First make the action runs in your branch. After that, change to run...

enhancement
good first issue

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...

enhancement
good first issue