Skip to content

Commit 4486fc6

Browse files
authored
Move flake8 config to setup.cfg (jpadilla#372)
[ci skip]
1 parent 4d4aa6e commit 4486fc6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

runtests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'fast': ['tests', '-q'],
1616
}
1717

18-
FLAKE8_ARGS = ['rest_framework_jwt', 'tests', '--ignore=E501']
18+
FLAKE8_ARGS = ['rest_framework_jwt', 'tests']
1919

2020

2121
sys.path.append(os.path.dirname(__file__))

setup.cfg

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[wheel]
2-
universal = 1
2+
universal = 1
3+
4+
[flake8]
5+
ignore = E501

0 commit comments

Comments
 (0)