Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Linting and Static Type Checking using ruff and mypy #5

Merged
merged 1 commit into from
May 12, 2024
Merged

Conversation

rjwignar
Copy link
Owner

This fixes #4.
Summary

Adds the following dev optional dependencies:

  • ruff (Python linter)
  • mypy (Python static type checker)

During development, these can be installed with pip (from inside the repo root directory):
pip install .[dev]

@rjwignar rjwignar self-assigned this May 12, 2024
@rjwignar rjwignar merged commit e9a7e6f into main May 12, 2024
15 checks passed
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.

Add Linter and Static Type Checking
1 participant