-
Not sure if this is still being maintained, but I wanted to echo a few issues I had to correct to get an error message to show up properly on py-yapf-buffer in cases where yapf fails. Currently it si…
-
Is it possible to implement syntax fixers like yapf? It's annoying to see the all the linter warnings and having to fix them one by one.
-
Hi,
Does the package support configuration/style files for `yapf`? If not, then it would be good to add support. Otherwise, the settings and the `README` should be updated.
-
### Issue
In [PEP-695](https://docs.python.org/3/whatsnew/3.12.html#whatsnew312-pep695), running under 3.12 will cause exceptions in YAPF. For example the following two lines of code for testing:
…
-
When I try to add the new flag, yapf output contains this:
2024-09-28 10:23:26.576 [info] yapf: Unknown style option "DISABLE_SPLIT_LIST_WITH_COMMENT"
I'm using the vscode extension set to auto-upda…
-
"Yet Another Python Formater" allows more style choices when still sticking to the PEP8
If the project have a `.style.yapf` on the root, it can be assumed to use YAPF and use the file for configura…
-
code to reproduce
```python
class Node[T]:
def __init__(self, value: T) -> None:
self.value = value
```
log
'''
2024-02-04 20:55:56.160 [info] [Trace - 8:55:56 PM] Sending re…
-
Hello,
Thank you for this plugin. I have used it for years and I appreciate it greatly.
The `PyYapf.sublime-settings` file's comments describe the `"config"` parameter as:
```javascript
// cus…
-
* IceNet version: 0.2.7
* Python version: 3.8
* Operating System: CentOS 7
### Description
Running tox (with conda environment activated and `tox-conda` installed) does not result in the neces…
-
I'm getting yapf: bad input error. Switching to version 0.29.0 solves the problem