Reduce DeprecationWarnings for regexp

This commit is contained in:
Takeshi KOMIYA
2017-02-13 02:02:51 +09:00
parent c4fc611338
commit e1da72b59c
25 changed files with 71 additions and 69 deletions

View File

@@ -33,7 +33,7 @@ DONT_CHECK = -i build -i dist -i sphinx/style/jquery.js \
all: clean-pyc clean-backupfiles style-check type-check test
style-check:
@$(PYTHON) utils/check_sources.py $(DONT_CHECK) .
@PYTHONWARNINGS=all $(PYTHON) utils/check_sources.py $(DONT_CHECK) .
type-check:
mypy sphinx/