-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Pull Request ## Title Revert back to black VSCode extension. --- ## Description The pre-commit extension has issues in DevContainer environments where pre-commit is not installed on the host. This PR reverts to the VSCode black formatting extension for interactive formatting and adds some additional attempts to make the isort equivalent that'd we'd otherwise get out of pre-commit to happen as well. Note that these will be best effort for now. pre-commit formatting rules will still be authoritative. --- ## Type of Change - 🛠️ Bug fix --- ## Testing Local edits. --- ## Additional Notes (optional) No guarantee that this is perfect unfortunately. ---
- Loading branch information
Showing
3 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters