CSenshi / Validator

Easy-to-use, Highly Configurable Python Data Validator. Inspired by Laravel Validator
https://pypi.org/project/validator/
MIT License
46 stars 23 forks source link

Remove Print Statement #123

Closed rjbroussard closed 3 years ago

rjbroussard commented 3 years ago

There is a print statement that runs for every custom rule that prints out the function name. I would like that removed as to not bog up logs.

it can be found at: validator/rules_src/__init__.py:55

Thanks!

CSenshi commented 3 years ago

I would accept PR if you would like to contribute

rjbroussard commented 3 years ago

Sure! I am unfamiliar with the process, do you guys use feature branches and then merge them in? I tried pushing a branch but got access denied when pushing with set upstream

CSenshi commented 3 years ago

Currently development is stopped but yes, please create separate feature branch after forking and PR with that branch