Cooper Lees
Cooper Lees
Lets move CI + then the default of black to use the `--experimental-string-processing` behavior. Today, if enabled on all `black-primer` projects, *sqlalchemy* fails AST check for parenthesis: https://pastebin.com/iaDH1Yg8 Lets enable...
Assuming we've added a return type to a function (-> AwesomeType:) lets make flake8-mypy complain that you have not typed all the arguments for said function. ```python # This should...
Lets: - Create some tests - Mock out each API - Turn on test on diff landing once we get some decent coverage
Once it's live and happening lets get a cli to interact with pinder (Peering Approval System) - Create new request - Cancel request - Status of current requests
Be more async and faster for collecting data.
- Check the output dir exists - Validate data that we pull down via asyncio is legit JSON
- Finish all pip-ifacation of this project so it's easier for people to ise and install etc.
- Cut an instance in each module - Ensure debug output is more helpful - Ensure all levels make sense
Since 3.4 is no longer supported would a PR be accepted removing all the asyncto coroutine decorators? Using 0.13.0 I get errors like: ``` .tox/py3/lib/python3.9/site-packages/asynctest/mock.py:434 350 /home/travis/build/pypa/bandersnatch/.tox/py3/lib/python3.9/site-packages/asynctest/mock.py:434: DeprecationWarning: "@coroutine" decorator...
A lot of the wiki, particularly configuration examples are invalid for >= 4.0. This has caused me a lot of guessing, then I found `etc` on the repo. Should we...