danthedeckie / simpleeval

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

0.9.11 Release #96

Closed danthedeckie closed 3 years ago

danthedeckie commented 3 years ago

I'm thinking this will be the last (hopefully!) release of the 0.9 series, and a 1.0 should come soon, that's essentially the same.

Then we can keep the 1.0 branch just for bugfixes, and do the big refactor / allow-denylist switch, drop python 2.x completely, better automatic code formatting (black?) etc. in the 2.0 series.

TODO

pep8speaks commented 3 years ago

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

Line 23:80: E501 line too long (81 > 79 characters)

Comment last updated at 2021-10-22 12:21:34 UTC