-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added
flake8-requirements
self-checking to CI (#87)
[ master commit f36956e ]
- Loading branch information
1 parent
4be33ef
commit 8821dbf
Showing
2 changed files
with
4 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -4,5 +4,8 @@ universal = 1 | |
[doc8] | ||
max-line-length = 99 | ||
|
||
[flake8] | ||
extend-exclude = venv | ||
|
||
[isort] | ||
force_single_line = true |