There was an error while loading. Please reload this page.
1 parent 4d4aa6e commit 4486fc6Copy full SHA for 4486fc6
runtests.py
@@ -15,7 +15,7 @@
15
'fast': ['tests', '-q'],
16
}
17
18
-FLAKE8_ARGS = ['rest_framework_jwt', 'tests', '--ignore=E501']
+FLAKE8_ARGS = ['rest_framework_jwt', 'tests']
19
20
21
sys.path.append(os.path.dirname(__file__))
setup.cfg
@@ -1,2 +1,5 @@
1
[wheel]
2
-universal = 1
+universal = 1
3
+
4
+[flake8]
5
+ignore = E501
0 commit comments