Anton Agestam
Anton Agestam
> It's not a very friendly interface to type hint though with all the `**attrs` catch-alls (https://github.com/python/cpython/blob/master/Lib/distutils/core.py#L57). Perhaps it's a good idea to use a stub file and annotate the...
@baubakg If a simple green/red badge is what you're after, then the builtin Github Actions badges should work: https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge Otherwise, if you want a badge with "burnt-in" coverage percentage, things...
> Should it be basic with default value False or extended with default value True? Or `format: datetime.Format = datetime.Format.extended`?
This might be solved by putting the call to `connect_counter` in some other place though.
This might be useful for a few cases, but should probably be done mostly with assert_type in existing tests.
One useful case for this will be to make sure that the `format_monetary` function raises type errors for incorrect parameters.
> @antonagestam I've been trying this branch out locally on a project so far it's working great. What kinds of tests did you want to add for it? Hey there,...
@zvsdev as long as there's some unit test covering the three exit possibilities of this function, I'd be happy. In case you're willing to work on this, please feel entirely...
@zvsdev I just merged this, thanks for the friendly nudge! It's released now in version 0.10.0.
Oops, commented with work account, @aiven-anton is also me.