-
#### My Pain
I have started contributing to Panel but I actually have no idea or overview over have style the code.
My editor VS Code will autoformat the code files I'm working on. So there will…
-
### Summary
Following up on issues like https://github.com/google/slo-generator/issues/432 and https://github.com/google/slo-generator/issues/456 that involve dependency management and packaging, mov…
-
Configuring your tool in `pyproject.toml` is all the new rage.
[Several tools have already added support](https://github.com/carlosperate/awesome-pyprojec), and [other tools are talking about it](ht…
-
### Quoi ?
[isort](https://pycqa.github.io/isort/docs/configuration/pre-commit.html) permet d'ordonner et de grouper de façon propre les imports en haut des fichiers python
### Note
Il faudra…
-
### Is your feature request related to a problem? Please describe.
For easy deploy and maintainability of the project and continuous delivery, we need to set up the CI flow. It will make the PR check…
-
The below script is clean and tidy-imports (before 1.8.6) doesn't complain anything
```
> cat /var/tmp/a.py
import os
import simplejson
import sys
from .constants import abc…
-
As discussed in https://github.com/metoppv/improver/pull/1702, we currently pin 'black' to `19.10b0` for both `environment_a.yml` and `environment_b.yml`. This gives rise to problems without pinning …
-
### Description
You can greatly simplify this template but substituting the setup.py, setup.cfg, MANIFEST.in and requirements_dev.txt by pyproject.toml! See the PEPs.
An easy way of doing that i…
-
For example:
```
AssertionError: isort issues:
E ERROR: /home/travis/build/bokeh/bokeh/bokehjs/make/tasks/generate_defaults.py Imports are incorrectly sorted.
```
Can I get a diff of wha…
-
### Search keywords
"TCH rules", "move under TYPE_CHECKING", "FA100"
### Ruff Version
0.5.7
### Config
Part of pyproject.toml
```
[tool.poetry.group.dev.dependencies]
ruff = …