-
-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into input_annotations
- Loading branch information
Showing
411 changed files
with
3,901 additions
and
9,239 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,8 @@ | ||
[flake8] | ||
ignore = E203,W503 | ||
max-line-length = 100 | ||
select = B,C,E,F,W,T4 | ||
exclude = cwltool/schemas | ||
extend-ignore = E501,B905 | ||
# when Python 3.10 is the minimum version, re-enable check B905 for zip + strict | ||
extend-select = B9 |
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,8 @@ | ||
# isort | ||
46e0485a889453dc178a878b5b5ebbfc7e4eb5f1 | ||
|
||
# upgrade to black 20.8b1 | ||
6fd6fdb381fe3f347627fd517a8f2dba7b0a7029 | ||
|
||
# upgrade to black 23.1, longer lines (100) | ||
7fe8c0739b0515d00daabc7db87bc5fad926d345 |
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
Oops, something went wrong.