Skip to content

Conversation

@desilinguist
Copy link
Collaborator

@desilinguist desilinguist commented May 10, 2023

  • Update all code to use pathlib.Path instead of os.path.* where possible.
  • Add pyproject.toml.
  • Fix docstrings to pass pydocstyle pre-commit checks.
  • Update .pre-commit-config.yaml to specify more flags for ruff so that it can cover pydocstyle, isort, and flake8 checks.
  • Other minor changes: replace unused variables with _ etc.

This PR closes #637.

@desilinguist desilinguist merged commit 6f3d4fb into main May 10, 2023
@delete-merged-branch delete-merged-branch bot deleted the 637-use-pathlib-everywhere branch May 10, 2023 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use pathlib

4 participants