Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Move flake8 config to setup.cfg (#372)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
blueyed committed Sep 15, 2017
1 parent 4d4aa6e commit 4486fc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtests.py
Expand Up @@ -15,7 +15,7 @@
'fast': ['tests', '-q'],
}

FLAKE8_ARGS = ['rest_framework_jwt', 'tests', '--ignore=E501']
FLAKE8_ARGS = ['rest_framework_jwt', 'tests']


sys.path.append(os.path.dirname(__file__))
Expand Down
5 changes: 4 additions & 1 deletion setup.cfg
@@ -1,2 +1,5 @@
[wheel]
universal = 1
universal = 1

[flake8]
ignore = E501

0 comments on commit 4486fc6

Please sign in to comment.