-
### Plone Documentation versions affected
- [ ] 5.x
- [X] 6.x
### Description
## Source
https://github.com/plone/documentation/blob/5.2-myst/5.2-myst/develop/styleguide/
Note that this…
-
### 请提出你的问题
/Library/Python/3.9/site-packages/requests/__init__.py:102: RequestsDependencyWarning: urllib3 (1.26.15) or chardet (5.1.0)/charset_normalizer (3.1.0) doesn't match a supported version!
…
-
I use a monorepo for a project such as:
```
/myproject
/myproject/.git
/myproject/python_pkg/
/myproject/python_pkg/pyproject.toml
/myproject/node_pkg/
/myproject/node_pkg/package.json
```
…
-
Hello 👋,
First of all thanks for your hard work for bringing black to VSCode. My autoformatting has become so much more seamless now that I don't need to worry about having it installed in all of m…
-
Type: Bug
Select all occurences doesn't function in a Jupyter notebook.
VS Code version: Code 1.94.2 (Universal) (384ff7382de624fb94dbaf6da11977bba1ecd427, 2024-10-09T16:08:44.566Z)
OS version: Dar…
-
## Errors are reported by common linting tools with default settings
## Versions and main components
* PyScaffold Version: 4.5
* Python Version: N/A
* Operating system: macOS (not relevant)
*…
-
# Issue
`kafl.fuzzer` has no CI/CD mechanism in place, and the code currently merged into master has not garantee or code quality enforcements whatsoever.
# Proposal
Deploy a CI to perform ba…
-
Regarding microsoft/vscode-python#22058, I don't understand the justification for this change. It was removed without adequate replacement.
I am aware of `Organize Imports` through the command `Shi…
ghost updated
8 months ago
-
I have Isort install, python3.6 project and pre-commit installed too.
Other hooks are working fine. I add the yaml code to my .pre-commit-config.yaml, run pre-commit install and I m getting this erro…
-
### Bug description
When a derived class has naming errors for a constructor argument the `invalid-name` and `arguments-renamed` messages are not reported.
Ex:
```python
# pylint: disable=too-fe…