mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-18 04:02:35 +03:00
Update setup.cfg
This commit is contained in:
parent
6631a09e85
commit
bc6d5341cc
|
@ -4,7 +4,7 @@ license_files = LICENSE.md
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
addopts=--tb=short --strict-markers -ra
|
addopts=--tb=short --strict-markers -ra
|
||||||
testspath = tests
|
testspath = tests
|
||||||
filterwarnings = ignore:CoreAPI compatibility is deprecated*:rest_framework.RemovedInDRF315Warning
|
filterwarnings = ignore:CoreAPI compatibility is deprecated*:rest_framework.RemovedInDRF317Warning
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore = E501,W503,W504
|
ignore = E501,W503,W504
|
||||||
|
|
Loading…
Reference in New Issue
Block a user