mirror of https://github.com/docker/docker-py.git
Run flake8 docker/ tests/
flake8 docker/ tests/
shell: /usr/bin/bash -e {0}
env:
DOCKER_BUILDKIT: 1
pythonLocation: /opt/hostedtoolcache/Python/3.11.4/x64
PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.11.4/x64/lib/pkgconfig
Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.4/x64
Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.4/x64
Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.4/x64
LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.4/x64/lib
tests/integration/api_container_test.py:1395:16: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
tests/integration/api_container_test.py:1408:24: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
tests/integration/api_image_test.py:35:16: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
tests/integration/api_image_test.py:46:16: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
Error: Process completed with exit code 1.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
||
|---|---|---|
| .. | ||
| credentials | ||
| testdata/dummy-plugin | ||
| __init__.py | ||
| api_build_test.py | ||
| api_client_test.py | ||
| api_config_test.py | ||
| api_container_test.py | ||
| api_exec_test.py | ||
| api_healthcheck_test.py | ||
| api_image_test.py | ||
| api_network_test.py | ||
| api_plugin_test.py | ||
| api_secret_test.py | ||
| api_service_test.py | ||
| api_swarm_test.py | ||
| api_volume_test.py | ||
| base.py | ||
| client_test.py | ||
| conftest.py | ||
| context_api_test.py | ||
| errors_test.py | ||
| models_containers_test.py | ||
| models_images_test.py | ||
| models_networks_test.py | ||
| models_nodes_test.py | ||
| models_resources_test.py | ||
| models_services_test.py | ||
| models_swarm_test.py | ||
| models_volumes_test.py | ||
| regression_test.py | ||