diff --git a/mimesis/datasets/int/code.py b/mimesis/datasets/int/code.py index fa87573b..0346e28f 100644 --- a/mimesis/datasets/int/code.py +++ b/mimesis/datasets/int/code.py @@ -33,24 +33,23 @@ ] ISBN_GROUPS = { - "ar-ae" : "9948", - "ar-bh" : "99901", - "ar-dz" : "9961", - "ar-eg" : "977", - "ar-iq" : "9922", - "ar-jo" : "9957", - "ar-kw" : "9921", - "ar-lb" : "9953", - "ar-ly" : "9959", - "ar-ma" : "9954", - "ar-om" : "99969", - "ar-qa" : "9927", - "ar-ps" : "9950", - "ar-sa" : "9960", - "ar-sy" : "9927", - "ar-tn" : "9938", - "ar-ye" : "0000", # Yemen is not a member of ISBN - + "ar-ae": "9948", + "ar-bh": "99901", + "ar-dz": "9961", + "ar-eg": "977", + "ar-iq": "9922", + "ar-jo": "9957", + "ar-kw": "9921", + "ar-lb": "9953", + "ar-ly": "9959", + "ar-ma": "9954", + "ar-om": "99969", + "ar-qa": "9927", + "ar-ps": "9950", + "ar-sa": "9960", + "ar-sy": "9927", + "ar-tn": "9938", + "ar-ye": "0000", # Yemen is not a member of ISBN "cs": "80", "da": "87", "de": "3", diff --git a/mimesis/datasets/int/finance.py b/mimesis/datasets/int/finance.py index 0ea048f2..dd9c9120 100644 --- a/mimesis/datasets/int/finance.py +++ b/mimesis/datasets/int/finance.py @@ -206,24 +206,23 @@ CURRENCY_SYMBOLS = { - "ar-ae" : "د.إ.", - "ar-bh" : "د.ب.", - "ar-dz" : "د.ج.", - "ar-eg" : "ج.م.", - "ar-iq" : "د.ع.", - "ar-jo" : "د.ا.", - "ar-kw" : "د.ك.", - "ar-lb" : "ل.ل.", - "ar-ly" : "د.ل.", - "ar-ma" : "د.م.", - "ar-om" : "ر.ع.", - "ar-qa" : "ر.ق.", - "ar-ps" : "ش.", - "ar-sa" : "ر.س.", - "ar-sy" : "ل.س.", - "ar-tn" : "د.ت.", - "ar-ye" : "ر.ي.", - + "ar-ae": "د.إ.", + "ar-bh": "د.ب.", + "ar-dz": "د.ج.", + "ar-eg": "ج.م.", + "ar-iq": "د.ع.", + "ar-jo": "د.ا.", + "ar-kw": "د.ك.", + "ar-lb": "ل.ل.", + "ar-ly": "د.ل.", + "ar-ma": "د.م.", + "ar-om": "ر.ع.", + "ar-qa": "ر.ق.", + "ar-ps": "ش.", + "ar-sa": "ر.س.", + "ar-sy": "ل.س.", + "ar-tn": "د.ت.", + "ar-ye": "ر.ي.", "cs": "Kč", "da": "kr", "de": "€", diff --git a/mimesis/datasets/int/transport.py b/mimesis/datasets/int/transport.py index 96432eda..d3506523 100644 --- a/mimesis/datasets/int/transport.py +++ b/mimesis/datasets/int/transport.py @@ -1426,23 +1426,23 @@ ] VRC_BY_LOCALES = { - "ar-ae" : "UAE", - "ar-bh" : "BRN", - "ar-dz" : "DZ", - "ar-eg" : "EG", - "ar-iq" : "IRQ", - "ar-jo" : "HKJ", - "ar-kw" : "KWT", - "ar-lb" : "RL", - "ar-ly" : "LAR", - "ar-ma" : "MA", - "ar-om" : "OM", - "ar-qa" : "Q", - "ar-ps" : "P", - "ar-sa" : "KSA", - "ar-sy" : "SYR", - "ar-tn" : "TN", - "ar-ye" : "YAR", + "ar-ae": "UAE", + "ar-bh": "BRN", + "ar-dz": "DZ", + "ar-eg": "EG", + "ar-iq": "IRQ", + "ar-jo": "HKJ", + "ar-kw": "KWT", + "ar-lb": "RL", + "ar-ly": "LAR", + "ar-ma": "MA", + "ar-om": "OM", + "ar-qa": "Q", + "ar-ps": "P", + "ar-sa": "KSA", + "ar-sy": "SYR", + "ar-tn": "TN", + "ar-ye": "YAR", "cs": "CZ", "da": "DK", "de": "D", diff --git a/mimesis/enums.py b/mimesis/enums.py index 7c23b5c7..d7363317 100644 --- a/mimesis/enums.py +++ b/mimesis/enums.py @@ -65,6 +65,7 @@ class Locale(Enum): An argument for all local-depend providers. """ + AR_AE = "ar-ae" AR_DZ = "ar-dz" AR_EG = "ar-eg" diff --git a/poetry.lock b/poetry.lock index 65d60d7e..33482cbf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -1101,4 +1101,4 @@ pytest = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9ed7c81d58f4db4ccfc59925483aecae6b86a7f3412a088bd396f46af982f7db" +content-hash = "39a02cef9c47963c348a1faecf6d2e4b460b66e05067aeed9b3d90d54c742cc8" diff --git a/pyproject.toml b/pyproject.toml index 2a239ef2..f03985cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,6 +54,7 @@ exclude = [ python = "^3.10" factory-boy = { version = "^3.3.0", optional = true } pytest = { version = "^7.2", optional = true } +isort = "^5.13.2" [tool.poetry.group.dev.dependencies] pytest = "^7.2"