forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bugfix] fix invalid excluding of Black (ray-project#24042)
- We should use `--force-exclude` when we pass code path explicitly https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html?highlight=--force-exclude#command-line-options - Recover the files in `python/ray/_private/thirdparty` which has been formatted in the PR ray-project#21975 by mistake.
- Loading branch information
1 parent
7b0c77d
commit 0e6c042
Showing
7 changed files
with
1,101 additions
and
1,140 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 |
---|---|---|
|
@@ -27,28 +27,28 @@ | |
__copyright__ = "Copyright © 2013-2020 Caleb P. Burns" | ||
__created__ = "2013-10-12" | ||
__credits__ = [ | ||
"dahlia <https://github.com/dahlia>", | ||
"highb <https://github.com/highb>", | ||
"029xue <https://github.com/029xue>", | ||
"mikexstudios <https://github.com/mikexstudios>", | ||
"nhumrich <https://github.com/nhumrich>", | ||
"davidfraser <https://github.com/davidfraser>", | ||
"demurgos <https://github.com/demurgos>", | ||
"ghickman <https://github.com/ghickman>", | ||
"nvie <https://github.com/nvie>", | ||
"adrienverge <https://github.com/adrienverge>", | ||
"AndersBlomdell <https://github.com/AndersBlomdell>", | ||
"highb <https://github.com/highb>", | ||
"thmxv <https://github.com/thmxv>", | ||
"wimglenn <https://github.com/wimglenn>", | ||
"hugovk <https://github.com/hugovk>", | ||
"dcecile <https://github.com/dcecile>", | ||
"mroutis <https://github.com/mroutis>", | ||
"jdufresne <https://github.com/jdufresne>", | ||
"groodt <https://github.com/groodt>", | ||
"ftrofin <https://github.com/ftrofin>", | ||
"pykong <https://github.com/pykong>", | ||
"nhhollander <https://github.com/nhhollander>", | ||
"dahlia <https://github.com/dahlia>", | ||
"highb <https://github.com/highb>", | ||
"029xue <https://github.com/029xue>", | ||
"mikexstudios <https://github.com/mikexstudios>", | ||
"nhumrich <https://github.com/nhumrich>", | ||
"davidfraser <https://github.com/davidfraser>", | ||
"demurgos <https://github.com/demurgos>", | ||
"ghickman <https://github.com/ghickman>", | ||
"nvie <https://github.com/nvie>", | ||
"adrienverge <https://github.com/adrienverge>", | ||
"AndersBlomdell <https://github.com/AndersBlomdell>", | ||
"highb <https://github.com/highb>", | ||
"thmxv <https://github.com/thmxv>", | ||
"wimglenn <https://github.com/wimglenn>", | ||
"hugovk <https://github.com/hugovk>", | ||
"dcecile <https://github.com/dcecile>", | ||
"mroutis <https://github.com/mroutis>", | ||
"jdufresne <https://github.com/jdufresne>", | ||
"groodt <https://github.com/groodt>", | ||
"ftrofin <https://github.com/ftrofin>", | ||
"pykong <https://github.com/pykong>", | ||
"nhhollander <https://github.com/nhhollander>", | ||
] | ||
__email__ = "[email protected]" | ||
__license__ = "MPL 2.0" | ||
|
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.