-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'staging' into production
- Loading branch information
Showing
5 changed files
with
158 additions
and
592 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,32 @@ | ||
[flake8] | ||
ignore = | ||
E121, | ||
E126, | ||
E127, | ||
E128, | ||
E203, | ||
E225, | ||
E226, | ||
E231, | ||
E241, | ||
E251, | ||
E261, | ||
E265, | ||
E302, | ||
E303, | ||
E305, | ||
E402, | ||
E501, | ||
E741, | ||
W291, | ||
W292, | ||
W293, | ||
W391, | ||
W503, | ||
W504, | ||
F403, | ||
B007, | ||
B950, | ||
W191, | ||
|
||
max-line-length = 200 |
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,24 @@ | ||
pull_request_rules: | ||
- name: Automatic merge on CI success and review | ||
conditions: | ||
- status-success=Sider | ||
- status-success=Semantic Pull Request | ||
- status-success=Codacy Static Code Analysis | ||
- status-success=security/snyk (Bloomstack) | ||
- label!=Don't Merge | ||
- label!=squash | ||
- "#approved-reviews-by>=1" | ||
actions: | ||
merge: | ||
method: merge | ||
- name: Automatic squash on CI success and review | ||
conditions: | ||
- status-success=Sider | ||
- status-success=Codacy Static Code Analysis | ||
- status-success=security/snyk (Bloomstack) | ||
- label!=Don't Merge | ||
- label=squash | ||
- "#approved-reviews-by>=1" | ||
actions: | ||
merge: | ||
method: squash |
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,4 @@ | ||
# -*- coding: utf-8 -*- | ||
from __future__ import unicode_literals | ||
|
||
__version__ = '2.1.0' | ||
__version__ = '2.2.0' |
Oops, something went wrong.