pyca / pynacl

Python binding to the Networking and Cryptography (NaCl) library
https://pynacl.readthedocs.io/
Apache License 2.0
1.05k stars 231 forks source link

Mark size constants as `ClassVar`s #729

Closed DMRobertson closed 2 years ago

DMRobertson commented 2 years ago

I guess I wasn't looking out for this before since there weren't any mypy errors. Nice to have though.

alex commented 2 years ago

Looks like this needs a black run.

DMRobertson commented 2 years ago

is there a reason this is a draft review?

Not especially; I've just got into the habit of checking that CI completes successfully before anyone spends the time to review.