We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
- remove Python 2 support, require Python 3.6 or newer - auto-format Python code with black - cleanup Python code (e.g. ``egg != None``, ``type(spam) == bacon`` - use pytest for testing - rename tests to follow common standards (``tests/test_egg.py``)