-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix GitHub Actions, fix assertion in
test_get_info_invalid
, use `ru…
…ff` instead of `black` in CI and dev tools (#60) * Change Python runner from 3.11.x to 3.12.x * Use master versions of GitHub Actions * Add VS Code settings.json * Replace Black with ruff, update dependencies * Fix test for test_get_info_invalid() * Replace Black formatting with Ruff * Use main instead of master branches * Use master instead of main for git-auto-commit-action * Fix commit step in format.yml, add whitespace to test formatting in CI * Add --fix arg to Ruff step * Fix Ruff flags to enable it to make changes * Remove fix flag override for Ruff * Format Python code with Ruff --------- Co-authored-by: IsaacCheng9 <[email protected]>
- Loading branch information
1 parent
539dd10
commit e8100ba
Showing
6 changed files
with
468 additions
and
448 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"python.testing.pytestArgs": [ | ||
"tests" | ||
], | ||
"python.testing.unittestEnabled": false, | ||
"python.testing.pytestEnabled": true | ||
} |
Oops, something went wrong.