-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Test workflow * Try add balck action * Enable for pull request * Change triger back
- Loading branch information
1 parent
f6c9039
commit 538c093
Showing
2 changed files
with
29 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[tool.black] | ||
line-length = 80 | ||
target-version = [ | ||
"py37", | ||
"py38", | ||
"py39", | ||
"py310", | ||
"py311", | ||
] | ||
|
||
[tool.isort] | ||
profile = "black" | ||
line_length = 80 | ||
single_line_exclusions = ["typing"] | ||
force_single_line = true | ||
force_sort_within_sections = true |