Tags: closeio/tasktiger-admin
Tags
Facelift + Python 3 Support (#10) * add pyproject.toml with black settings * format all the files * run isort * add isort config, resort * add flask config and fix the line length issue * add basic circleci checks * bump to get circleci to see these changes * update descriptions * add testing infrastructure and first basic test * add config for circleci to run tests * format with black * downgrade pytest for python 2 support * bump tasktiger version requirement * bump version number * update readme with badges * actually support python 3 * do a full minor version bump, since tasktiger>=0.10.1 is required * remove ui folder from black exclude, that folder doesn't exist in this project