Skip to content

Commit

Permalink
🧎‍♀️ Genuflect to the types.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 11, 2023
1 parent 94a937d commit 4e64ebd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion recapturedocs/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@

appname = 'RecaptureDocs'

ensure_dir_exists = jaraco.functools.apply(lambda p: p.makedirs_p())

def _ensure_exists(p: Path) -> Path:
return p.makedirs_p()


ensure_dir_exists = jaraco.functools.apply(_ensure_exists)


def get_log_file():
Expand Down
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ testing =
fabric
jaraco.fabric
keyring
types-requests
types-boto
types-docutils
types-setuptools
types-mock

docs =
# upstream
Expand Down

0 comments on commit 4e64ebd

Please sign in to comment.