pulumi/sdk/python/lib/test/runtime
Julien 86a16d92e8
Switch to ruff for linting and formatting (#17882)
Replace pylint and black with Ruff. Ruff is a lot faster and combines
both linting and formatting. It also has [very good editor
integration](https://docs.astral.sh/ruff/editors/setup/) via
https://github.com/astral-sh/ruff-lsp.

The formatting is mostly compatible with black, and only introduces some
minor changes.

A lot of the removed `pylint: XXX` comments where noops when linting
with pylint, most likely to due to updates to pylint catching more false
positives.

---------

Co-authored-by: Justin Van Patten <jvp@justinvp.com>
2024-12-02 12:41:19 +00:00
..
test_create_alias_specs.py Use black to format lib/test (#16028) 2024-04-23 08:29:58 +00:00
test_localized_global_state.py Use black to format lib/test (#16028) 2024-04-23 08:29:58 +00:00
test_resource_dep_cycle.py Switch to ruff for linting and formatting (#17882) 2024-12-02 12:41:19 +00:00
test_rpc.py Use black to format lib/test (#16028) 2024-04-23 08:29:58 +00:00
test_stack.py Use black to format lib/test (#16028) 2024-04-23 08:29:58 +00:00