summaryrefslogtreecommitdiff
path: root/examples/experimental
Commit message (Collapse)AuthorAgeFilesLines
* Bump pyupgrade version and add __future__.annotations importMarcelo Trylesinski2022-04-151-0/+2
|
* enable pre-commit (#1355)Thomas Grainger2021-07-201-1/+1
| | | | | | | | | | | | | | | | | | | * enable pre-commit * use extend-ignore for flake8 * manual flake8 fixes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update kombu/__init__.py Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* pyupgradeOmer Katz2020-07-131-2/+1
|
* Rename `async` keyword to `asynchronous` (#839)Thomas Achtemichuk2018-03-191-1/+1
| | | | | | | | | | | | | | * Rename `async` keyword to `asynchronous` * Fixes #742 * Resolves "DeprecationWarning: 'async' and 'await' will become reserved keywords in Python 3.7" * Address PR feedback * Update appveyor config * Rename docs and tests
* Use unicode_litereals everywhere and updates flakeplus target to --2.7Ask Solem2016-04-061-2/+3
|
* Single item tuples no longer require whitespaceAsk Solem2015-07-131-1/+1
|
* Fixes flakes after flake8 upgradeAsk Solem2014-05-271-1/+1
|
* Adds async_consume exampleAsk Solem2014-02-031-0/+29