update setup.cfg about pytest >= 3.6
see requirements.d/dev.txt
This commit is contained in:
parent
c6983124b5
commit
e43ffd917f
@ -25,7 +25,7 @@ upload-dir = docs/_build/html
|
|||||||
DJANGO_SETTINGS_MODULE = nsupdate.settings.dev
|
DJANGO_SETTINGS_MODULE = nsupdate.settings.dev
|
||||||
pep8maxlinelength = 120
|
pep8maxlinelength = 120
|
||||||
norecursedirs = .git
|
norecursedirs = .git
|
||||||
minversion = 2.3
|
minversion = 3.6
|
||||||
pep8ignore =
|
pep8ignore =
|
||||||
*.py E124 # closing bracket does not match visual indentation (behaves strange!?)
|
*.py E124 # closing bracket does not match visual indentation (behaves strange!?)
|
||||||
*.py E125 # continuation line does not distinguish itself from next logical line (difficult to avoid!)
|
*.py E125 # continuation line does not distinguish itself from next logical line (difficult to avoid!)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user