-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #314 from twisted/black
Fade to black
- Loading branch information
Showing
54 changed files
with
1,646 additions
and
1,512 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 |
---|---|---|
@@ -1,15 +1,11 @@ | ||
*.pyc | ||
*~ | ||
.DS_Store | ||
/.coverage | ||
/.coverage.* | ||
/.eggs | ||
/.hypothesis/ | ||
/.mypy_cache | ||
/.tox/ | ||
/_trial_temp/ | ||
/build/ | ||
/dist/ | ||
/docs/_build/ | ||
/htmlcov/ | ||
/src/*.egg-info | ||
htmlcov |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,4 +1,13 @@ | ||
include LICENSE | ||
include README.rst | ||
include .coveragerc | ||
include .travis/twistedchecker-diff | ||
include AUTHORS | ||
include CONTRIBUTING.rst | ||
include docs/Makefile | ||
include LICENSE | ||
include NEWS.rst | ||
include pyproject.toml | ||
include README.rst | ||
include tox.ini | ||
recursive-include docs *.py | ||
recursive-include docs *.rst | ||
recursive-include docs *.txt |
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,10 @@ | ||
[build-system] | ||
|
||
requires = ["setuptools", "wheel"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
|
||
[tool.black] | ||
|
||
line-length = 80 | ||
target-version = ["py27"] |
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.