ansible-community / antsibull-build

Tooling for building various things related to ansible
GNU General Public License v3.0
60 stars 31 forks source link

Fix linting problems #600

Closed felixfontein closed 5 months ago

felixfontein commented 5 months ago

A new pyre-check release makes some ignores unnecessary: https://github.com/ansible-community/antsibull/actions/runs/9057104778/job/24881101093

Also locally pylint complains about missing setuptools import for ansible-stub-setup.py, so I decided to simply ignore it.