Validator russian individual tax number by TheDrunkenBear · Pull Request #408 · python-validators/validators
Navigation Menu
{{ message }}
python-validators / validators Public
- Notifications You must be signed in to change notification settings
- Fork 175
Merged
nandgator merged 15 commits intopython-validators:masterfrom
Mar 28, 2025Merged
Validator russian individual tax number#408
nandgator merged 15 commits intopython-validators:masterfrom
Validator russian individual tax number#408
nandgator merged 15 commits intopython-validators:masterfrom
Conversation
Copy link Copy Markdown
Contributor
TheDrunkenBear
commented
Oct 27, 2024
TheDrunkenBear
commented
This Merge Request proposes the implementation of a validation feature for the Russian Individual Taxpayer Identification Number (INN). This enhancement aims to improve the quality of user-entered data and prevent errors associated with incorrect INNs.
Copy link Copy Markdown
Collaborator
nandgator
commented
Oct 29, 2024
nandgator commented
Oct 29, 2024Hi @tabbols95, thanks for the contribution. Country specific validations must go under src/validators/i18n/
Please add test cases as well.
Copy link Copy Markdown
Contributor Author
TheDrunkenBear
commented
Oct 29, 2024
TheDrunkenBear commented
Oct 29, 2024Hi @yozachar, thank you for your feedback. I have moved the changes to the i18n directory and added tests. All tests passed successfully.
Thank you for the library. I use it very actively in my work.
Best regards, Alexander.
nandgator requested changes Oct 30, 2024
src/validators/i18n/inn.py
Outdated
Show resolved
Hide resolved
src/validators/i18n/inn.py Outdated Show resolved Hide resolved
tests/i18n/test_inn.py
Show resolved
Hide resolved
tests/i18n/test_inn.py Show resolved Hide resolved
src/validators/i18n/__init__.py
Outdated
Show resolved
Hide resolved
src/validators/i18n/__init__.py Outdated Show resolved Hide resolved
Copy link Copy Markdown
Contributor Author
TheDrunkenBear
commented
Nov 3, 2024
TheDrunkenBear commented
Nov 3, 2024Done
nandgator requested changes Nov 5, 2024
src/validators/i18n/ru_inn.py
Outdated
Show resolved
Hide resolved
src/validators/i18n/ru_inn.py Outdated Show resolved Hide resolved
src/validators/i18n/ru_inn.py
Outdated
Show resolved
Hide resolved
src/validators/i18n/ru_inn.py Outdated Show resolved Hide resolved
TheDrunkenBear
requested a review
from nandgator
nandgator approved these changes Mar 28, 2025
TheDrunkenBear and others added 15 commits
March 29, 2025 01:48
nandgator
force-pushed
the
validators_inn
branch
from
06151dc to
ad2e2c5
Compare
TheDrunkenBear
deleted the
validators_inn
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment