-
### Bug description
Consider the following example:
```python
"""Module level docstring"""
def enable_here():
"""This function should have a warning."""
x = "bad name"
return …
-
Hi, when i run the following code
```python
import os
import gc
import psutil
import skgarden
process = psutil.Process(os.getpid())
def test():
X = [[x for x in range(100000)], [x*2 for…
ghost updated
6 years ago
-
### Details
_No response_
-
我正在尝试在本地运行本项目。然而因为缺乏 `requirements.txt` 或 `pyproject.toml` 这样的依赖项声明文件,导致我不能确认我正在使用的依赖项是否全面、是否与作者机器上的版本兼容(事实上,在我的机器上貌似已经因为 Python 和 PyQt5 版本兼容问题而导致无法运行了)。
故提议添加这样的依赖项声明文件。以下是我尝试编写的一版 `pyproject.toml…
-
Hello,
For some reason, `flakehell` does not use `pylint` and does not provide complaints from `pylint`. Meanwhile running vanilla pylint shows the errors.
## Steps to reproduce
### All the…
-
## Issue
Tox is failing to read config file pyproject.toml even though it is a valid TOML file.
## Environment
Provide at least:
- OS: Ubuntu 22.04.1 LTS on WSL2
Output of pip list of…
-
## Issue Description ##
IDE can not identify internal classes.
## Steps to Reproduce ##
1 - Create two projects: one for tests e other with actual source code.
2 - Configure a Directory.Build.pr…
-
### Neovim version (nvim -v)
v0.10.0
### Operating system/version
MacOS 15.1
### Read debugging tips
- [X] I have read through the [debugging tips](https://github.com/stevearc/conform.nvim/blob/m…
-
您好,我想smoke 输出在2d图像画3d框,要怎么做呢?就下面这种结构体,有没有参考的代码呢?
[2.00000000e00,
-3.78953695e-01,
7.03673218e02,
1.40741089e02,
8.11026794e02,
3.06342285e02,
1.86329746e00,
6.55288756e-01,
1.07974875e00,
…
-
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Python36\lib\tkinter\__init__.py", line 1699, in __call__
return self.func(*args)
File "E:\new\new\Attendance-Mana…