pwndbg/.devcontainer
CptGibbon c2ace79eac
Use ruff as the default Python formatter in devcontainer.json (#2148)
* Set default devcontainer formatter to ruff

Update devcontainer.json to use charliermarsh.ruff as the default formatter.
This should bring the devcontainer environment in line with the CI-enforced formatting & linting.

* Remove black & pylint extensions from devcontainer.json

The black & pylint extensions are no longer used, ruff is now responsible for formatting and linting.

* Set source.organizeImports to "explicit"

The previous setting of true is deprecated

* Remove tool.black from pyproject.toml

* Remove tool.pylint from pyproject.toml

* Don't let ruff organize imports

Leave it to isort
2024-05-04 21:30:29 -07:00
..
devcontainer.json Use ruff as the default Python formatter in devcontainer.json (#2148) 2024-05-04 21:30:29 -07:00