Skip to content

Improve usage of pathlib.Path objects

This PR replaces any calls to pathlib.Path.open() with simpler calls to pathlib.Path.read_text as appropriate. It's just cleaner.

Merge request reports