-
### Steps to reproduce
1. create some module
2. try to import non-existing module from current package in `__init__.py`
3. run `pylint ./`
### Current behavior
- raises `W0406: Module impor…
-
ERROR 0 - Unsupported operand types: array + int in /usr/www/users/agdskjbgin/libraries/astroid/framework/template.php:318 happens after editing contact info
-
### Steps to reproduce
See following code:
```python
import astroid
node = astroid.extract_node(
"""
import typing
typing.Tuple[int] #@
""")
for inferred in node.infer():…
yilei updated
2 years ago
-
astroid is very dynamic and very hard to type. A lot of effort went into typing it, and mypy is still not activated (#1287). It prevents automated error detection in pylint and it prevent most perfor…
-
Hello together,
at first, I hve to say that I am very sad that Joomdev is closed... I am shocked.
Anyway, I dont agree the end of Astroid, it was too good to let it die.
I am locking for other de…
-
When I go to edit template styles, and select TYPOGRAPHY > MENU, the side nav disappears and there is no way getting back. Also there is some sort of dark color graphic overlaying some of the fields.…
-
i got a error like this
ERROR: spyder 3.3.6 requires pyqt5= "3", which is not installed.
ERROR: spyder 3.3.6 requires pyqtwebengine= "3", which is not installed.
ERROR: astroid 2.3.1 requires typ…
ghost updated
3 years ago
-
Every build of Twisted does this.
```
Traceback (most recent call last):
File ".../bin/twistedchecker", line 10, in
sys.exit(main())
File ".../site-packages/twistedchecker/core/runner.…
glyph updated
5 years ago
-
Small nit, the value for literal types is not rendered between quotation marks. See below:
![image](https://user-images.githubusercontent.com/9859037/165868370-0e15feac-1c63-45b0-9840-43f33f14a7f5.pn…
-
Originally reported by: **Claudiu Popa (BitBucket: [PCManticore](http://bitbucket.org/PCManticore), GitHub: @PCManticore)**
---
Given the following code, astroid will crash with a RuntimeError. The …