-
### Describe the issue
Hello onnxruntime community,
First off, I hope this is the right place for posting this question.
I have a sample script listed below. This script runs fine as below
```…
-
Hello there! 👋 i just wanted to open this issue as i ran into some problems with black and isort
Previously we were running black and isort (using profile=black) and all was good.
However whe…
-
There is currently support for pep8ify, but it would be useful to support other tools in this way:
* [black](https://github.com/python/black)
* [isort](https://github.com/timothycrosley/isort)
-
>In case you're interested in having your own VS Code extension, https://code.visualstudio.com/api/advanced-topics/python-extension-template should make it easy (as in "an afternoon or less" easy) to …
-
I think it's time to check for python3 support before python2 (Python 2 support end of life is 2020, see https://www.python.org/dev/peps/pep-0373/).
It will be easier to start new Python3 projects …
DXist updated
4 years ago
-
If there are multiple steps running when a failure occurs, the latest task to start is reported as the failure reason, rather than the task with `status=FAILURE`
![image](https://user-images.github…
-
This tool could be helpful for improving code quality and catching potential bugs
https://github.com/astral-sh/ruff
To do:
- [ ] Replace `flake8`
- [x] Replace `black`
- [x] Replace `isort`
…
-
```python
isort_format_tab_action = actions.register_filetab_action(
name="isort Format Tab",
description="Sort Imports of open tab with isort",
callback=partial(format…
-
- flake8
- isort
- black
- html linting?
-
There are many dependencies (gdal, matplotlib, pandas, etc.) that are not really needed. We should simplify the code.