mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-22 07:53:16 +01:00
762318093c
Black removes the burden of manual code formatting and is by now considered the standard Python formatting tool. https://black.readthedocs.io/en/stable/ Format all Python code with black. GitHub linting action is updated to ensure all files are formatted with Black. Signed-off-by: Piotr Husiatyński <phusiatynski@gmail.com>
10 lines
248 B
Plaintext
10 lines
248 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
coverage
|
|
pytest-cov
|
|
pytest
|
|
tox
|
|
black
|