-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle backups made with newer versions of mydumper (#10)
* Handle backups made with newer versions of mydumper * Cleanup * Fix test * Hardcoded fix * Improved tests * Improved tests * Fix failing tests * More stict * Cs fixes (#11) * Cs fixes * Cs fixes * Fix requirements * Cs fixes * Cleanup
- Loading branch information
1 parent
203d87f
commit 2c2e5b6
Showing
16 changed files
with
184 additions
and
59 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
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 |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
|
||
* Python 2.7 | ||
* Python 3.5 | ||
* Python 3.6 | ||
|
||
## Usage | ||
|
||
|
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,8 +1,20 @@ | ||
[MASTER] | ||
extension-pkg-whitelist=MySQLdb | ||
|
||
[FORMAT] | ||
|
||
max-line-length=120 | ||
|
||
indent-string=' ' | ||
|
||
[TYPECHECK] | ||
ignored-classes=MySQLdb | ||
[SIMILARITIES] | ||
min-similarity-lines=4 | ||
ignore-comments=yes | ||
ignore-docstrings=yes | ||
ignore-imports=yes | ||
|
||
[MESSAGES CONTROL] | ||
disable=broad-except,too-many-locals | ||
|
||
[BASIC] | ||
good-names=f,e |
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 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 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
Oops, something went wrong.