danthedeckie / simpleeval

Simple Safe Sandboxed Extensible Expression Evaluator for Python
Other
449 stars 85 forks source link

Add << and >> (lshift & rshift) #100

Closed danthedeckie closed 2 years ago

danthedeckie commented 2 years ago

Replaces #87

Adds tests, no merge issues.

Co-authored-by: KOLANICH kolan_n@mail.ru

pep8speaks commented 2 years ago

Hello @danthedeckie! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 251:1: E303 too many blank lines (3)

Comment last updated at 2022-01-15 12:33:58 UTC