ansible / ansible-runner

A tool and python library that helps when interfacing with Ansible directly or as part of another system whether that be through a container image interface, as a standalone tool, or as a Python module that can be imported. The goal is to provide a stable and consistent interface abstraction to Ansible.
Other
969 stars 357 forks source link

pylint: disable R0401 across all files #1289

Closed Shrews closed 1 year ago

Shrews commented 1 year ago

For some reason, this refactor warning (R0401 -- cyclic-import) seems to randomly appear in various files (e.g., test_doc.py, test_uuid.py). Disable across the entire project for now. The entry to disable in test_doc.py was the wrong format anyway.