Skip to content

Commit

Permalink
Fix area codes for fr_FR mobile phone numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinFchx committed Jun 26, 2023
1 parent ebe345e commit 32ca7f6
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions faker/providers/phone_number/fr_FR/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,34 @@ class Provider(PhoneNumberProvider):
"594",
"596",
# mobile numbers
"6##",
"7##",
"60#",
"61#",
"62#",
"630",
"631",
"632",
"633",
"634",
"635",
"636",
"637",
"638",
"64#",
"65#",
"66#",
"67#",
"68#",
"695",
"698",
"699",
"73#",
"74#",
"75#",
"76#",
"77#",
"78#",
"79#",
# special numbers
"80#",
)

Expand Down

0 comments on commit 32ca7f6

Please sign in to comment.