-
### Current Behaviour
---------------------------------------------------------------------------ModuleNotFoundError Traceback (most recent call last)
Cell In[7], line 3 1…
-
I have those imports like this in my file:
```py
import asyncio
from enum import StrEnum
from typing import Any
from langchain.chains.llm import LLMChain
from langchain.docstore.document imp…
-
## Describe the bug
A clear and concise description of what the bug is.
`files.put()` breaks when `dest` is a `pathlib.Path` instead of a string. I understand that a string is expected here, but t…
-
The Python scripts have some odd formatting (e.g., switching between 4 and 8-space indents in the same file). Running black and isort should automatically resolve many style issues.
You can do this…
tsalo updated
8 months ago
-
We want tripper to support Python 3.7, but isort only supports Python 3.8+.
If possible, configure pre-commit to ignore isort if Python version < 3.8. An alternative is to run
export SKIP=is…
-
### What is it?
The dependencies in our python modules should be sorted in a consistent way. Let's use https://github.com/PyCQA/isort to get them all sorted.
-
Hello
```
OS: Windows 11
Python version: 3.12.1 (64 bit)
Emacs version: 29.1
```
When I run in the terminal running my current virtual Python environment this command: `pip install python-…
-
Followup task from #17962. Python files developed there were originally being linted with the following:
```py
#!/usr/bin/env python3
# This file is in tools/workspace/vtk/lint_me.py
#
# Dep…
-
**Which configuration?**
Type (custom or builtin): builtin
Filetype: python
Formatter: isort
Configuration(s) (post all the variants you tried):
```
require('formatter').setup(
…
-
Applying good python style project wide would help significantly with readability and ensure good code quality going forwards. There are several checks we can apply.
- `flake8` (or `ruff`).
- `m…
ma595 updated
2 weeks ago