-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/pr/7'
* origin/pr/7: (92 commits) makefile: Resolve makefile conflict pylint: Add expression-not-assigned client: Add support for older tqdm versions client: Handle out of space error client: Fix output spacing client: Simplify image appending pylint: Add bad-continuation to .pylintrc meta: Copyright info client: Exit with 1 on error client: Implement bulk saves and remove reps appropriately server: Rename batch entry variables server: Prevent CPU hogging by PNG tasks server: Handle non-ASCII output from pdfinfo(1) client: Use python3 shebang travis: Update imports and pylint exceptions travis: remove --exit-code travis: Attempt to fix pylint travis: Re-add --exit-code because i was right the first time travis: fix paths and try without --exit-code travis: Add pylint dependency ...
- Loading branch information
Showing
17 changed files
with
1,037 additions
and
288 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,22 @@ | ||
[MASTER] | ||
persistent=no | ||
ignore=qubespdfconverter/tests | ||
|
||
[MESSAGES CONTROL] | ||
disable= | ||
bad-continuation, | ||
bare-except, | ||
blacklisted-name, | ||
deprecated-method, | ||
duplicate-code, | ||
expression-not-assigned, | ||
file-ignored, | ||
fixme, | ||
invalid-name, | ||
locally-disabled, | ||
locally-enabled, | ||
missing-docstring, | ||
protected-access, | ||
too-few-public-methods, | ||
unused-argument, | ||
wrong-import-order |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# WARNING: those requirements are used only for travis-ci.org | ||
# they SHOULD NOT be used under normal conditions; use system package manager | ||
click | ||
pillow | ||
pylint | ||
tqdm |
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.
Oops, something went wrong.