Skip to content

Commit 25f65ab

Browse files
authored
Merge pull request encode#5139 from blueyed/flake8-config
Move flake8 config to setup.cfg
2 parents a8e527a + 89276e6 commit 25f65ab

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

runtests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'fast': ['tests', '--tb=short', '-q', '-s', '-rw'],
1313
}
1414

15-
FLAKE8_ARGS = ['rest_framework', 'tests', '--ignore=E501']
15+
FLAKE8_ARGS = ['rest_framework', 'tests']
1616

1717
ISORT_ARGS = ['--recursive', '--check-only', '-o' 'uritemplate', '-p', 'tests', 'rest_framework', 'tests']
1818

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ universal = 1
33

44
[metadata]
55
license_file = LICENSE.md
6+
7+
[flake8]
8+
ignore = E501

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy