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 mypy to pre-commit #1021

Merged
merged 29 commits into from
Aug 12, 2023
Merged

Add mypy to pre-commit #1021

merged 29 commits into from
Aug 12, 2023

Conversation

michplunkett
Copy link
Collaborator

@michplunkett michplunkett commented Aug 10, 2023

Notes

This should be merged after this PR: #1020

Fixes issue

#737

Description of Changes

Since we have the mypy.ini file, I presume that we are intending on using mypy. To stay up to date, I am adding mypy to the pre-commit hook.

Tests and linting

  • This branch is up-to-date with the develop branch.
  • pytest passes on my local development environment.
  • pre-commit passes on my local development environment.

@michplunkett michplunkett self-assigned this Aug 10, 2023
@michplunkett michplunkett linked an issue Aug 10, 2023 that may be closed by this pull request
@michplunkett michplunkett merged commit 69998e8 into develop Aug 12, 2023
2 checks passed
@michplunkett michplunkett deleted the add_mypy_to_pre_commit branch August 12, 2023 06:24
sea-kelp pushed a commit to OrcaCollective/OpenOversight that referenced this pull request Sep 25, 2023
This should be merged after this PR:
lucyparsons#1020

lucyparsons#737

Since we have the `mypy.ini` file, I presume that we are intending on
using `mypy`. To stay up to date, I am adding `mypy` to the `pre-commit`
hook.

 - [x] This branch is up-to-date with the `develop` branch.
 - [x] `pytest` passes on my local development environment.
 - [x] `pre-commit` passes on my local development environment.
sea-kelp pushed a commit to OrcaCollective/OpenOversight that referenced this pull request Sep 25, 2023
This should be merged after this PR:
lucyparsons#1020

lucyparsons#737

Since we have the `mypy.ini` file, I presume that we are intending on
using `mypy`. To stay up to date, I am adding `mypy` to the `pre-commit`
hook.

 - [x] This branch is up-to-date with the `develop` branch.
 - [x] `pytest` passes on my local development environment.
 - [x] `pre-commit` passes on my local development environment.
sea-kelp pushed a commit to OrcaCollective/OpenOversight that referenced this pull request Oct 9, 2023
This should be merged after this PR:
lucyparsons#1020

lucyparsons#737

Since we have the `mypy.ini` file, I presume that we are intending on
using `mypy`. To stay up to date, I am adding `mypy` to the `pre-commit`
hook.

 - [x] This branch is up-to-date with the `develop` branch.
 - [x] `pytest` passes on my local development environment.
 - [x] `pre-commit` passes on my local development environment.
AetherUnbound pushed a commit to OrcaCollective/OpenOversight that referenced this pull request Nov 11, 2023
This should be merged after this PR:
lucyparsons#1020

lucyparsons#737

Since we have the `mypy.ini` file, I presume that we are intending on
using `mypy`. To stay up to date, I am adding `mypy` to the `pre-commit`
hook.

 - [x] This branch is up-to-date with the `develop` branch.
 - [x] `pytest` passes on my local development environment.
 - [x] `pre-commit` passes on my local development environment.
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 type annotations
2 participants