Skip to content

Commit

Permalink
lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Oct 11, 2023
1 parent 64ad00b commit f83d9b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 8 additions & 3 deletions faker/providers/person/cs_CZ/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,11 +425,16 @@ class Provider(PersonProvider):
# https://cs.wikipedia.org/wiki/Akademick%C3%BD_titul
# https://eprehledy.cz/ceske_tituly.php

degrees = ("JUDr.", "Ing.", "Bc.", "Mgr.", "MUDr.", "RNDr.",
"Ing. arch.", "MVDr.","PhDr.")
degrees = ("JUDr.", "Ing.", "Bc.", "Mgr.", "MUDr.", "RNDr.", "Ing. arch.", "MVDr.", "PhDr.")

prefixes_male = ("pan",) + degrees

prefixes_female = ("paní", "slečna") + degrees

suffixes = ("CSc.", "DiS.", "Ph.D.", "Th.D.", "DSc.",)
suffixes = (
"CSc.",
"DiS.",
"Ph.D.",
"Th.D.",
"DSc.",
)
1 change: 0 additions & 1 deletion faker/providers/phone_number/cs_CZ/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@


class Provider(PhoneNumberProvider):

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

Expand Down

0 comments on commit f83d9b3

Please sign in to comment.