-
### Description:
To ensure consistent code quality and style across the repository, I propose adding pre-commit support. Pre-commit hooks can help automate several tasks before commits, such as cod…
-
Extension version: v2024.9.126091437.
Platform: Windows 11.
Hi, the YAPF extension stopped working for me. I have been using it for more than 2 years, but i encountered errors today. I got the err…
-
I tried to run example file and got this
```
Traceback (most recent call last):
File "C:\Users\Admin\AppData\Roaming\Python\Python39\site-packages\flexxamples\demos\demo.py", line 7, in
fro…
MuuNU updated
2 years ago
-
Currently, Black uses a vendored version of [lib2to3](https://docs.python.org/3/library/2to3.html#module-lib2to3) for parsing. This works well for parsing Python 2 and early Python 3, but Python has n…
-
### What happened?
I have this code that creates shares:
```
for share in SHARES:
snowflake.Share(share["name"],
comment="(managed by pulumi)",
accoun…
-
### Description
Change the pre-commit configuration from flake8/yapf to ruff.
Due to the massive number of changes, this should be done as the final change on `trunk-major` just prior to releasing…
-
I don't understand why two seemingly identical lines get formatted differently. The inconsistency is very surprising to me. Maybe there is some undocumented penalty hiding somewhere in the implementat…
-
A sort imports action could always be available.
An add/remove import action could be registered for locations where pyflakes complained about missing/unused imports.
See: https://github.com/alect…
-
Hey, thanks for this great linter plugin. I switched from syntastic recently and it's amazing how fast and responsive real time linting works. :)
In [this commit](https://github.com/IngoHeimbach…
-
我是本机cuda 11.8 ,所以我采取torch官方安装命令conda install pytorch==2.0.0 torchvision==0.15.0 torchaudio==2.0.0 pytorch-cuda=11.8 -c pytorch -c nvidia
其余安装包是 yapf==0.40.1 指定了版本。现在有标题的error,目前是可以忽视它,因为我还不会用…