-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better yapf setting to fulfill PEP257 D202
pep257: D202 / No blank lines allowed after function docstring (found 1) Disable this yapf feature beacuse of PEP257
- Loading branch information
Showing
4 changed files
with
2 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ repos: | |
- id: yapf | ||
exclude: 'migrations|settings|scripts' | ||
additional_dependencies: ['futures'] | ||
args: ['--style=.style.yapf', '--parallel'] | ||
|
||
- repo: [email protected]:FalconSocial/pre-commit-python-sorter.git | ||
sha: b57843b0b874df1d16eb0bef00b868792cb245c2 | ||
|
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