-
Hi @jszczesniak and @zberzolla
There is a placeholder for you to fill in the logic to read CityJSON. For it work with the current workflow, the method needs to:
- [ ] Process the file
- [ ] …
-
I can see in a related issue #711 dunders were at least prevented from moving. However, according to [PEP8](https://peps.python.org/pep-0008/#module-level-dunder-names), dunders should come after fut…
-
It's quite upset that README says pep8 is our friend, but it actually isn't.
I checked out a few files and what I found there:
1. Line length more than 80 symbols.
2. Incorrect order of imports (ho…
-
Now [ruff](https://github.com/charliermarsh/ruff) is blazing fast linter than flake8. Its rules are self contained and it is evolving quickly so far. Currently it has covered most useful rules. I thin…
-
# vscode에서 flake8 black isort 설정 - Youngkwang Yang
[https://2yk.dev/posts/vscode%EC%97%90%EC%84%9C-flake8-black-isort-%EC%84%A4%EC%A0%95/](https://2yk.dev/posts/vscode%EC%97%90%EC%84%9C-flake8-blac…
-
```
# aerich init -t project.settings.DATABASE
...
File "/usr/local/lib/python3.11/site-packages/aerich/cli.py", line 205, in init
doc["tool"]["aerich"] = table
~~~^^^^^^^^
File "/u…
-
- [ ] IRoutable
- [ ] IProvider
- [ ] ISink
- [ ] ISupplier
- [ ] ICrafting
- - [ ] ISatellite
- [ ] ISort
- [ ] IExtraction
-
**Describe the bug**
The following command is currently failing:
```
pip install black isort seed-isort-config flake8 flake8-docstrings flake8-bugbear flake8-mypy flake8-colors pep8-naming bandit s…
-
The example protocol spec on https://open-aea.docs.autonolas.tech/protocol-generator/ is missing the `protocol_specification_id` field, without it the protocol cannot be generated.
-
autocmd FileType python noremap :call isort_file()
this doesn't work