-
- Add test cases involving end-to-end pipeline run.
- Currently test cases are run as pre-commit configuration. Need to make it as a pre-push or in github actions.
- yapf & i-sort should also be add…
-
With the beta release of Ruff's formatter, ruff now contains the functionality of several of the tools in shed, and runs much faster.
See the ruff docs for the functionality it replaces:
- [isor…
-
Hello,
In my repository:
https://github.com/LLyaudet/python-repeatable-iterable/blob/main/src/python_repeatable_iterable/__init__.py
I have the following imports:
```python3
from typing impor…
-
This issue shall serve as a spot to discuss possible code checks and pre-commit hooks to be used within MeshPy. Some possible choices can be seen here https://github.com/davidrudlstorfer/pyskel/blob/m…
-
I remove `isort` rules in my ruff configuration to use `isort` directly since it broke my config.
I use 2 line-length, `110` for `black` and `79` for `isort`. I found it easier to read my import li…
-
I'm testing if we (astropy) can switch our isort to ruff's implementation. We use the option ``group-by-package``, which doesn't appear to supported. Requesting that this configuration option be added…
-
-
Pysen only supports older versions of isort.
https://github.com/pfnet/pysen/blob/f9694670924687b864384c87858ec70dc3fb6402/setup.py#L49
-
Ruff is a replacement for flake8, implemented in rust for performance. It supports many flake8 plugins by default and is compatible with iSort and black.
The downside is that we might use some fl…
-
Hey everyone,
Just wondering whether there are current standard formatters used for the repository. If there aren't perhaps we could use `black` and `isort`?
* Black: https://pypi.org/project/blac…