Skip to content

Begin type-checking valkey._parsers#321

Open
kurtmckee wants to merge 1 commit into
valkey-io:mainfrom
kurtmckee:type-annotate-encoders
Open

Begin type-checking valkey._parsers#321
kurtmckee wants to merge 1 commit into
valkey-io:mainfrom
kurtmckee:type-annotate-encoders

Conversation

@kurtmckee

Copy link
Copy Markdown
Contributor

Pull Request check-list

  • Do tests and lints pass with this change?
  • Do the CI tests pass with this change (enable it first in your forked repo and wait for the github action build to finish)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
  • Is there an example added to the examples folder (if applicable)?

Description of change

This PR introduces the following changes:

  • Configure mypy to enable type-checking of valkey._parsers.encoders
  • Fully type-annotate valkey._parsers.encoders

Running mypy --strict shows that there are no remaining errors in the valkey._parsers.encoders module.

This commit introduces the following changes:

* Configure mypy to enable type-checking of `valkey._parsers.encoders`
* Fully type-annotate `valkey._parsers.encoders`

Running `mypy --strict` shows that there are no remaining errors
in the `valkey._parsers.encoders` module.

Signed-off-by: Kurt McKee <contactme@kurtmckee.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant