nfc-developer / sdm-backend

Backend server for Secure Dynamic Messaging (SDM). Supports decryption of PICCData, SDMENCFileData, and validation of SDMMAC. Compatible with NTAG 424 DNA (both variants). Written in Python 3 Flask. Pull requests welcome.
MIT License
75 stars 39 forks source link

linting #38

Closed leafyoung closed 1 year ago

leafyoung commented 1 year ago

Hi, I did some cleanup of the code for the imports, variable name and file organization as I am studying the code.

icedevml commented 1 year ago

Hello @leafyoung, thanks for your pull request. I will review that and get back to you.

leafyoung commented 1 year ago

Sorry for making the tests failing! I have re-enabled them.

leafyoung commented 1 year ago

Hi, I have updated the code to enable pytest and resolved above issues. Please review.

icedevml commented 1 year ago

@leafyoung Sorry for the delay, I will review this on the earliest convenience.

icedevml commented 1 year ago

Sorry to keep you waiting for so long. Your pull request was merged, many thanks! :)

leafyoung commented 1 year ago

Ok, thanks!