Ben Morgan
Ben Morgan
**Before you open an issue:** - [x] I followed the [installation](https://github.com/Open-Web-Analytics/Open-Web-Analytics/wiki/Installation) or [update](https://github.com/Open-Web-Analytics/Open-Web-Analytics/wiki/Updating) guide - [x] [I read the troubleshooting guide in the wiki](https://github.com/Open-Web-Analytics/Open-Web-Analytics/wiki/Troubleshooting) **Affected Version(s)**: 1.7.3 **PHP Version**: 7.4...
### Bug description I have a project with this structure: ``` pyreverse_test __init__.py a.py b.py ``` a.py contains: ```python class A: def __init__(self) -> None: self.var = 2 ``` b.py...
### Bug description I get an issue similar to https://github.com/pylint-dev/pylint/issues/8522, but it seems to have a different cause. Supposedly this issue was fixed in pylint 3.0.0, but I still see...