-
**Describe the bug**
When enabling the new native black implementation (added in PyCharm 2023.2), enabling ruff to reformat code has no effect.
**To Reproduce**
Steps to reproduce the behavior:
…
urob updated
5 months ago
-
I am unable to install Pylint using `rez pip` on either OSX or Windows;
```
rez pip -i -v -v -v -v pylint
...
Installing collected packages: toml, lazy-object-proxy, wrapt, six, astroid, coloram…
-
Hi, thanks for the great library. Taking it into use in a legacy repository that we've been refactoring mercilessly! The layered mode will come to good use.
What would you think of option for less …
-
### Quoi ?
[isort](https://pycqa.github.io/isort/docs/configuration/pre-commit.html) permet d'ordonner et de grouper de façon propre les imports en haut des fichiers python
### Note
Il faudra…
-
Do we have any style guides or conventions we're following for Python code?
For example, I saw the `fc` code uses camelcase for methods (rather than underscore separated)
I'm also a ~fossil~ fan…
-
I just spend a couple of hours diagnosing why i could not get "format on save" to work. I wanted to share my experience here to save others going through the same.
At first it wasn't clear to me th…
-
## Description
### What steps will reproduce the problem?
Run code analysis of a certain script (permit_Status_notification_v2_test)
### Traceback
```python-traceback
pylint error:
Traceback (mo…
-
When opening a preview of a markdown file (Ctrl+K, V), it won't be updated in real-time like it is normally. Additionally, the opened tab is titled `Preview: 'Preview: '[file]''`, when normally it wou…
-
We need to replace the legacy build system based on `setup.py`, `setup.cfg` with a modern Python one based on `pyproject.toml`. This guide on [How to modernize a setup.py based project](https://packa…
-
I'm trying to run kilosort on 6 channels of data collected on single wires. Three of these channels are extremely noisy. One has a single very high rate cell. One has 2 cells, and one has at least one…