-
Related: https://github.com/red/red/issues/4543 https://github.com/red/red/issues/4787
**To reproduce**
```
Red [file: %1.red]
recycle/off
f-call: func [f] [f/x 1 2]
f1: function [/x q w…
-
## Information
**VIM version**
```
NVIM v0.8.0
Build type: Release
```
Operating System: MacOSX 11.5.2
## What went wrong
I have some configuration set for the `ruff` linter in my `…
-
**What is the issue?**
The functions written to test the template also need docstrings.
**What do you suggest?**
Discover how to remove this rule from Prospector.
-
Offshoot from #2228
to reduce help page proliferation.
prospector -> prospect
burrows -> burrow
cleaners -> clean
-
### Bug description
When linting, pylint crashed with a AstroidError and with the following stacktrace:
```python
import csv
import logging
from django.core.management import BaseCommand
fro…
-
New version of `isort` (5) has greatly simplified integration with `black` via the `--profile black` option.
New version of `prospector` uses new pylint which reverted the `logging-format-style` sett…
-
### how did you install flake8?
```console
# flake8 installed as a dependency via tox in tox.ini
$ cat tox.ini
[tox]
minversion = 3.10.0
envlist = py{37,38,39,310}-{flake8,unit,bandit,mypy,pro…
b4ldr updated
2 years ago
-
### Is your feature request related to a problem? Please describe.
Metal detectors don't currently exist in this game. It would be neat to be able to cobble 1 together & use it for a variety of appli…
-
**Describe the bug:**
The moss has taken over! I even have it disabled in config!
**Versions: (BEFORE SUBMITTING A BUG REPORT, make sure you have the most up-to-date versions of Immersive Weatheri…
-
Is there any equivalent approach for accessing fastapi application from IPython shell context?
Like we use python manage.py shell in flask?