We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2a4bf commit 4b8cddeCopy full SHA for 4b8cdde
.pylintrc
@@ -30,6 +30,9 @@ single-line-if-stmt = no
30
no-space-check = trailing-comma,dict-separator
31
max-module-lines = 1000
32
indent-string = ' '
33
+string-quote=single-avoid-escape
34
+triple-quote=single
35
+docstring-quote=double
36
37
[MISCELLANEOUS]
38
notes = FIXME,XXX,TODO
.travis.yml
@@ -5,4 +5,4 @@ python:
5
install:
6
- "pip install -r requirements.txt"
7
script:
8
- - "pylint packet/routes packet"
+ - "pylint --load-plugins pylint_quotes packet/routes packet"
requirements.txt
@@ -9,3 +9,4 @@ pylint~=2.3.1
9
gunicorn~=19.7.1
10
csh_ldap~=2.1.0
11
onesignal-sdk~=1.0.0
12
+pylint-quotes~=0.2.1
0 commit comments