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 5cfc579 commit 478c45bCopy full SHA for 478c45b
src/validators/i18n/ru.py
@@ -16,7 +16,7 @@ def ru_inn(value: str):
16
>>> ru_inn('7830002293') # Valid 10-digit INN
17
True
18
>>> ru_inn('1234567890') # Invalid INN
19
- ValidationFailure(func=ru_inn, args={'value': '1234567890'})
+ ValidationError(func=ru_inn, args={'value': '1234567890'})
20
21
Args:
22
value: Russian INN string to validate. Can contain only digits.
0 commit comments