-
Notifications
You must be signed in to change notification settings - Fork 7
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 #1511 from unicef/staging
Staging
- Loading branch information
Showing
1,581 changed files
with
62,302 additions
and
60,007 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,18 @@ | ||
[run] | ||
branch = true | ||
omit = */tests/*, | ||
*/migrations/*, | ||
|
||
source = etools | ||
|
||
[report] | ||
fail_under = 50 | ||
show_missing = true | ||
skip_covered = True | ||
exclude_lines = | ||
pragma: no cover | ||
from\s+__future__\s+import\s+ | ||
__author__\s+= | ||
|
||
[html] | ||
directory = build/coverage |
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,32 @@ | ||
[flake8] | ||
max-line-length = 120 | ||
ignore = | ||
; PyFlakes errors | ||
; F405 name may be undefined, or defined from star imports: module | ||
F405, | ||
; pycodestyle / PEP8 | ||
; E121 continuation line under-indented for hanging indent | ||
E121, | ||
; E123 closing bracket does not match indentation of opening bracket’s line | ||
E123, | ||
; E126 continuation line over-indented for hanging indent | ||
E126, | ||
; E226 missing whitespace around arithmetic operator | ||
E226, | ||
; E241/E242 multiple spaces after ‘,’ tab after ‘,’ | ||
E24, | ||
; E501 maximum line length | ||
E501, | ||
; E704 (*) multiple statements on one line (def) | ||
E704, | ||
; W503 line break before binary operator | ||
W503, | ||
; W504 line break after binary operator | ||
W504 | ||
; H405 multi line docstring summary not separated with an empty line | ||
H405, | ||
|
||
exclude = | ||
*/migrations, | ||
*/load_initial_data.py, | ||
*/publics/management/commands/xml, |
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,12 @@ | ||
[isort] | ||
combine_as_imports = true | ||
default_section = THIRDPARTY | ||
include_trailing_comma = true | ||
known_django = django | ||
sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER | ||
known_first_party = etools | ||
multi_line_output = 3 | ||
line_length = 119 | ||
balanced_wrapping = true | ||
order_by_type = false | ||
not_skip = __init__.py |
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,14 @@ | ||
# pyup.io docs: https://pyup.io/docs/bot/config/ | ||
# don't send automated PRs when new package updates are available | ||
update: false | ||
|
||
# default branch | ||
branch: develop | ||
|
||
# should pyup search for requirement files? | ||
search: False | ||
|
||
# specify the requirement files | ||
requirements: | ||
- src/requirements/production.txt | ||
- src/requirements/local.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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.