-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b084cf
commit c951e65
Showing
5 changed files
with
177 additions
and
231 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[flake8] | ||
exclude = tests/* | ||
max-line-length = 160 | ||
inline-quotes = double | ||
multiline-quotes = double | ||
docstring-quotes = double | ||
avoid-escape = True | ||
ignore = | ||
# Multiple statements of a function definition should be on their own separate lines | ||
E704, | ||
|
||
# Line breaks should occur after the binary operator to keep all variable names aligned | ||
W503, | ||
|
||
# Colons should not have any space before them | ||
E203, |
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 |
---|---|---|
@@ -1 +1 @@ | ||
3.11.4 | ||
3.12.6 |
Oops, something went wrong.