Closed JackismyShephard closed 2 weeks ago
This PR updates the project by utilizing some new features introduced in python 3.1.2:
Pathlib.walk
os.walk
type
Additionally this pr updates pyproject.toml so that python version points to 3.12 and ruff formatting does not skip magic trailing commas.
pyproject.toml
This PR updates the project by utilizing some new features introduced in python 3.1.2:
Pathlib.walk
instead ofos.walk
type
notation for type variablesAdditionally this pr updates
pyproject.toml
so that python version points to 3.12 and ruff formatting does not skip magic trailing commas.