-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move some setup.cfg settings to pyproject.toml
The two remaining options stay in setup.cfg for the following reasons: - flake8 does not support pyproject.toml yet: PyCQA/flake8#234 - the doctest option is not completely transparent so I am leaving it there for now
- Loading branch information
Showing
2 changed files
with
6 additions
and
7 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,5 @@ | ||
[doctest] | ||
builder = doctest | ||
|
||
[flake8] | ||
max-line-length = 100 |