-
Hello! I discovered what I think is a possible bug with the tool that I wanted to bring to your attention.
I'm using this config:
```
[tool.ruff]
extend-select = ["I", "F"]
target-version = '…
-
I get this error when running python setup.py install:
SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
warnings.warn(WA…
-
`[demo@manjaro ~]$ variety
Traceback (most recent call last):
File "/usr/bin/variety", line 64, in
import variety # isort:skip
File "/usr/lib/python3.10/site-packages/variety/__init__.py…
-
Отлично. Рекорд по реализованному количеству способов авторизации :)
1. Нужно было реализовать задачу: **Создайте интеграцию Auth-сервиса и AsyncAPI-сервиса, используя контракт, который вы сделали …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
_No response_
### Code sample
Code run:
```python
from cobra.io import load_model
f…
-
Hey,
So when importing blender packages there's a specific order
```
import bpy
import bmesh
import bpy_extras
```
It's `bpy` then any of the rest, however `isort` seemingly sorts them like s…
-
**Is your feature request related to a use case or problem? Please describe.**
Right now a lot of modules (in particular tests) are pretty free form with how they do imports. It's a good practice to …
-
Black extension can't install on remote computer because it's in pre release:
![image](https://user-images.githubusercontent.com/16686924/170019406-6664545a-afd8-4079-a4a1-4277f8f3e5f0.png)
If you c…
-
We decided some time ago to drop Python 2.7 and only support 3.6 and later versions. Our legacy codebase offers many opportunities for cleaning up old syntax.
---
## Check List for Upgrading Mod…
-
## Background
- 코드 양식의 일관성을 통일해 전체적인 코드 품질을 향상시키기 위해, 본 프로젝트에 pre-commit 기능을 적용합니다.
- 우선은 시범적 사용이므로 간단하게 `black` 및 `isort` 두가지만을 적용합니다.
- `black`: code convention의 통일 (PEP8 형식)
- `isort`: …