-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edits to isort and contribution instructions (#714)
Summary: Pull Request resolved: #714 1. Add command for earlier versions of isort 2. For contributions in the `research` folder, add instructions about code fomratting. 3. Specify version of isort in dev requirements 4. Remove -v (verbose) arg since this arg seems to alter the behavior of isort in some cases. Reviewed By: EnayatUllah Differential Revision: D68078254 fbshipit-source-id: 21b75ade5c651cb4b890a4906afca002394e7aee
- Loading branch information
1 parent
b4c075d
commit 3e97447
Showing
4 changed files
with
12 additions
and
5 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ flake8 | |
sphinx | ||
sphinx-autodoc-typehints | ||
mypy>=0.760 | ||
isort | ||
isort>=5.0.0 | ||
hypothesis | ||
tensorboard | ||
datasets | ||
|
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