We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd8abe commit 6f80d56Copy full SHA for 6f80d56
src/validators/inn.py
@@ -7,6 +7,10 @@
7
def inn(value: str, /):
8
"""Return whether or not given value is a valid russian individual tax number.
9
10
+ This validator is algorithm [1].
11
+
12
+ [1]: https://ru.wikipedia.org/wiki/Идентификационный_номер_налогоплательщика
13
14
Examples:
15
>>> inn('7736050003')
16
# Output: True
0 commit comments