pycco-docs / pycco

Literate-style documentation generator.
https://pycco-docs.github.io/pycco/
Other
842 stars 144 forks source link

Switch to pathlib (py3 stdlib module) #122

Open hv10 opened 2 years ago

hv10 commented 2 years ago

As Python2 is long overdue to be phased-out I switched the os.path module to use the recommended pathlib module instead - and through that fixing the watcher which did no longer work for me.

The first commit just reformats everything with black (if thats an issue let me know then I could potentially "undo" that).