Ashley Whetter
Ashley Whetter
A package is a directory that contains an `__init__.py` and may have packages or modules under it. A module is a .py file. There's no difference in usage to a...
Sounds good to me. I like these suggestions.
@bkeryan Thanks for making this change! It looks like a valuable addition. Please could you fix the failing tests. It looks like you need to add release notes (see https://github.com/readthedocs/sphinx-autoapi?tab=readme-ov-file#release-notes).
@arwedus Are you still looking to make this change? It looks like a valuable addition. I'm guessing that the failing test was that you need to add release notes (see...
Please can you provide a the code (or a reduced sample of code) that is AutoAPI documenting when this exception occurs.
@bzoracler Thanks for making this change! Please could you fix the failing tests. It looks like you need to add release notes (see https://github.com/readthedocs/sphinx-autoapi?tab=readme-ov-file#release-notes).
> One question I have - with the 'hide reason' enum idea, we could use this in autoapi-skip-member interface. Do you think it would make sense to add this to...
I've made a pull request, and I'm in the process of getting the CLA signed by my employer. Hopefully I'm running mypy in the way that you were intending. mypy...
Upon further discussion, is does not seem possible for pylint to introduce `#noqa` support without breaking things in flake8, and making maintenance more difficult in the future for both projects....
I can still reproduce this on master. Raising a syntax error is a bit extreme so we should fix that, but @dbaty is correct that the type comment is in...