-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use ruff format instead of black * Update scripts/check * Keep the 120 line limit * Simplify ruff format * Update scripts/lint * Update pyproject.toml Co-authored-by: T-256 <[email protected]> * Revert "Update pyproject.toml" This reverts commit fd0ef87. --------- Co-authored-by: T-256 <[email protected]>
- Loading branch information
1 parent
ef610e2
commit 6633b9f
Showing
4 changed files
with
6 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,6 @@ build==1.0.3 | |
twine | ||
|
||
# Tests & Linting | ||
black==23.11.0 | ||
coverage[toml]==7.3.2 | ||
ruff==0.1.3 | ||
mypy==1.7.1 | ||
|
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