simon-liebehenschel

Results 35 issues of simon-liebehenschel

I run at my projects Continuous Integration separately Flake8 and Pytest. Honesty, I have no clue what is the purpose of this plugin if anyone can run Flake8 at his...

https://faker.readthedocs.io/en/master/ It is not a good idea to hard-code manually some specific values for every test. The first problem is that it is a manual redundant work. The second problem...

**Describe the bug** pathlib.PosixPath values are 'unprocessed' **To Reproduce** ```python from deepdiff import DeepDiff t1 = {'path': PosixPath('/foo/bar/'), } t2 = {'path': PosixPath('/foo/bar/'), } ddiff = DeepDiff(t1, t2, ignore_order=True) ```...

Documentation is a bit useless about this topic. Can I use "shellcheck-precommit" without Docker? What are the requirements for "shellcheck-precommit"? # Versions and config ```yaml # .pre-commit-config.yaml repos: - repo:...

**Describe the bug** > ProcessCanceledException must not be thrown from document listeners for real document > > java.lang.Throwable: com.intellij.openapi.progress.ProcessCanceledException: com.intellij.serviceContainer.AlreadyDisposedException: Cannot create com.intellij.openapi.roots.ProjectFileIndex because container is already disposed: Project(name=show_changed_files, containerState=DISPOSE_COMPLETED,...

# Traceback ``` ../venv/lib/python3.10/site-packages/hdbscan/__init__.py:1: in from .hdbscan_ import HDBSCAN, hdbscan ../venv/lib/python3.10/site-packages/hdbscan/hdbscan_.py:32: in from ._hdbscan_boruvka import KDTreeBoruvkaAlgorithm, BallTreeBoruvkaAlgorithm E ImportError: /project/venv/lib/python3.10/site-packages/hdbscan/_hdbscan_boruvka.cpython-310-x86_64-linux-gnu.so: undefined symbol: _PyGen_Send ``` # Versions - Python 3.10.1 -...

```python async with async_playwright() as p: browser = await p.chromium.launch() context = await browser.new_context(locale="foO bAr Spam EGgs") #

P3-collecting-feedback

### Bug description Some simple valid Python code for demonstration purposes: ```python import asyncio async def main(): async def my_gen(): for _ in range(10): yield _ result = tuple([_ async...

Needs investigation 🔬

### Bug description This issue is just one more Pylint regression (we introduced again the same bug). Previously reported: - https://github.com/PyCQA/pylint/issues/3934 - https://github.com/PyCQA/pylint/issues/3773 - https://github.com/PyCQA/pylint/issues/2270 - https://github.com/PyCQA/pylint/issues/1085 - https://github.com/PyCQA/pylint/issues/1085 It...

False Positive 🦟
Needs PR

### The code is correct, but fails with Mypy: ```python html_doc = """ The Dormouse's story The Dormouse's story Once upon a time there were three little sisters; and their...

type-false-positive