Jonathan Como
Jonathan Como
Addresses #115 @acidjunk what do you think about this implementation? This flag can be set per TestCase class and otherwise changes nothing (same process for CI without having to run...
The test matrix in CI currently uses multiple versions of Flask but does not cover the cases where components (ie. blinker) are installed and then not installed. Because of this,...
This is the code implementation for #3721. It stemmed from a need on our end, but I decided to push it upstream. I based this implementation off of the other...
We use [pre-commit](https://pre-commit.com/) to run a series of linters/fixers against our code before we land diffs in the main branch. I've put together a simple integration for pre-commit for supercronic,...