File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66TOX =tox
77ICONV =iconv
88FLAKE8 =flake8
9- FLAKEPLUS =flakeplus
109PYDOCSTYLE =pydocstyle
1110SPHINX2RST =sphinx2rst
1211
@@ -18,7 +17,6 @@ CONTRIBUTING=CONTRIBUTING.rst
1817CONTRIBUTING_SRC ="docs/contributing.rst"
1918SPHINX_HTMLDIR ="${SPHINX_BUILDDIR}/html"
2019DOCUMENTATION =Documentation
21- FLAKEPLUSTARGET =2.7
2220
2321TESTDIR =t
2422
3634 @echo " contribcheck - Check CONTRIBUTING.rst encoding"
3735 @echo " flakes -------- - Check code for syntax and style errors."
3836 @echo " flakecheck - Run flake8 on the source code."
39- @echo " flakepluscheck - Run flakeplus on the source code."
4037 @echo " pep257check - Run flakeplus on the source code."
4138 @echo " readme - Regenerate README.rst file."
4239 @echo " contrib - Regenerate CONTRIBUTING.rst file"
@@ -92,16 +89,10 @@ flakecheck:
9289flakediag :
9390 -$(MAKE ) flakecheck
9491
95- flakepluscheck :
96- $(FLAKEPLUS ) --$(FLAKEPLUSTARGET ) " $( PROJ) " " $( TESTDIR) "
97-
98- flakeplusdiag :
99- -$(MAKE ) flakepluscheck
100-
10192pep257check :
10293 $(PYDOCSTYLE ) " $( PROJ) "
10394
104- flakes : flakediag flakeplusdiag pep257check
95+ flakes : flakediag pep257check
10596
10697clean-readme :
10798 -rm -f $(README )
You can’t perform that action at this time.
0 commit comments