Skip to content

Commit

Permalink
Update phone numbers for cs_CZ (#1925)
Browse files Browse the repository at this point in the history
  • Loading branch information
george0st authored Oct 11, 2023
1 parent 34827b3 commit 64ad00b
Showing 1 changed file with 25 additions and 35 deletions.
60 changes: 25 additions & 35 deletions faker/providers/phone_number/cs_CZ/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,30 @@


class Provider(PhoneNumberProvider):

# Phone numbers
# https://cs.wikipedia.org/wiki/Telefonn%C3%AD_%C4%8D%C3%ADslo

formats = (
"601 ### ###",
"603 ### ###",
"608 ### ###",
"790 ### ###",
"602 ### ###",
"604 ### ###",
"770 ### ###",
"606 ### ###",
"605 ### ###",
"773 ### ###",
"607 ### ###",
"730 ### ###",
"774 ### ###",
"702 ### ###",
"731 ### ###",
"775 ### ###",
"720 ### ###",
"732 ### ###",
"776 ### ###",
"721 ### ###",
"733 ### ###",
"777 ### ###",
"722 ### ###",
"734 ### ###",
"723 ### ###",
"736 ### ###",
"724 ### ###",
"737 ### ###",
"725 ### ###",
"738 ### ###",
"726 ### ###",
"739 ### ###",
"727 ### ###",
"728 ### ###",
"729 ### ###",
# 601-608
"+420 601 ### ###",
"+420 602 ### ###",
"+420 603 ### ###",
"+420 604 ### ###",
"+420 605 ### ###",
"+420 606 ### ###",
"+420 607 ### ###",
"+420 608 ### ###",
# 702-705
"+420 702 ### ###",
"+420 703 ### ###",
"+420 704 ### ###",
"+420 705 ### ###",
# 720-739
"+420 72# ### ###",
"+420 73# ### ###",
# 770-779
"+420 77# ### ###",
# 790-799
"+420 79# ### ###",
)

0 comments on commit 64ad00b

Please sign in to comment.