-
Not sure if this has been discussed elsewhere, but is there an official order that the different directives should be written? And if there is would it be possible to have `snakefmt` enforce that orde…
-
**Is your feature request related to a problem? Please describe.**
ProbNum's source is linted rather extensively, but the notebooks are not at all.
This leads to some discrepancies in code quality, …
-
Black was partially used on this project
-
-
I am running `zimports --multi-imports --style pycharm --black-line-length 88` (version 0.6.0)
getting:
```python
from sqlalchemy import (
Column,
DateTime,
func,
insert,
…
-
- [x] isort
- [ ] pylint
- [ ] mypy
-
Followed the instructions how to install and run, but I get the following error:
```
% pipenv run bin/acid-chess
Traceback (most recent call last):
File "/Users/user/Desktop/acid-chess/bi…
eikob updated
10 months ago
-
It looks like `isort` may add a change which gets committed and then `black` reverts it. I'm not sure how to handle this, but I think there is a way to make the two compatible. It would be nice to avo…
-
I have imports like so:
```Python
from vr_backend.shims.tensorboard_shim.tensorboard_writer import \
TensorBoardWriter
```
I run isort on that file like so:
```Bash
venv/bin/python -m…
Bengt updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
Currently code quality is inconsistent.
**Describe the solution you'd like**
- [ ] Use precommit
- [x] Auto apply black (or b…