diff --git a/_delphi_utils_python/setup.py b/_delphi_utils_python/setup.py index 38e2ea250..3eed61fe5 100644 --- a/_delphi_utils_python/setup.py +++ b/_delphi_utils_python/setup.py @@ -8,6 +8,7 @@ "moto", "numpy", "pandas>=1.1.0", + "pydocstyle", "pylint", "pytest", "pytest-cov", diff --git a/_template_python/Makefile b/_template_python/Makefile index 56a71a88c..968732f99 100644 --- a/_template_python/Makefile +++ b/_template_python/Makefile @@ -13,7 +13,8 @@ install: venv lint: . env/bin/activate; \ - pylint $(dir) + pylint $(dir); \ + pydocstyle $(dir) test: . env/bin/activate ;\ diff --git a/_template_python/setup.py b/_template_python/setup.py index ee535f6be..31d2e4f27 100644 --- a/_template_python/setup.py +++ b/_template_python/setup.py @@ -4,6 +4,7 @@ required = [ "numpy", "pandas", + "pydocstyle", "pytest", "pytest-cov", "pylint", diff --git a/cdc_covidnet/Makefile b/cdc_covidnet/Makefile index 56a71a88c..968732f99 100644 --- a/cdc_covidnet/Makefile +++ b/cdc_covidnet/Makefile @@ -13,7 +13,8 @@ install: venv lint: . env/bin/activate; \ - pylint $(dir) + pylint $(dir); \ + pydocstyle $(dir) test: . env/bin/activate ;\ diff --git a/cdc_covidnet/setup.py b/cdc_covidnet/setup.py index a6e291324..e622ca0ac 100644 --- a/cdc_covidnet/setup.py +++ b/cdc_covidnet/setup.py @@ -4,6 +4,7 @@ required = [ "numpy", "pandas", + "pydocstyle", "pytest", "pytest-cov", "pylint", diff --git a/changehc/setup.py b/changehc/setup.py index 17302c243..7115a20a4 100644 --- a/changehc/setup.py +++ b/changehc/setup.py @@ -5,6 +5,7 @@ "numpy", "pandas", "cvxpy", + "pydocstyle", "pytest", "pytest-cov", "pylint", diff --git a/claims_hosp/Makefile b/claims_hosp/Makefile index 56a71a88c..f54290cf4 100644 --- a/claims_hosp/Makefile +++ b/claims_hosp/Makefile @@ -14,6 +14,8 @@ install: venv lint: . env/bin/activate; \ pylint $(dir) + pylint $(dir); \ + pydocstyle $(dir) test: . env/bin/activate ;\ diff --git a/claims_hosp/setup.py b/claims_hosp/setup.py index c0910ab41..12e849eb6 100644 --- a/claims_hosp/setup.py +++ b/claims_hosp/setup.py @@ -5,6 +5,7 @@ "numpy", "pandas", "cvxpy", + "pydocstyle", "pytest", "pytest-cov", "pylint", diff --git a/combo_cases_and_deaths/Makefile b/combo_cases_and_deaths/Makefile index 56a71a88c..968732f99 100644 --- a/combo_cases_and_deaths/Makefile +++ b/combo_cases_and_deaths/Makefile @@ -13,7 +13,8 @@ install: venv lint: . env/bin/activate; \ - pylint $(dir) + pylint $(dir); \ + pydocstyle $(dir) test: . env/bin/activate ;\ diff --git a/combo_cases_and_deaths/setup.py b/combo_cases_and_deaths/setup.py index e46e86b80..e3cddad6f 100644 --- a/combo_cases_and_deaths/setup.py +++ b/combo_cases_and_deaths/setup.py @@ -3,6 +3,7 @@ required = [ "pandas", + "pydocstyle", "pytest", "pytest-cov", "pylint", diff --git a/google_symptoms/setup.py b/google_symptoms/setup.py index c9e47cbc7..be5a8670d 100644 --- a/google_symptoms/setup.py +++ b/google_symptoms/setup.py @@ -4,6 +4,7 @@ required = [ "numpy", "pandas", + "pydocstyle", "pytest", "pytest-cov", "pylint", diff --git a/jhu/setup.py b/jhu/setup.py index 9b5f0d103..056785bf6 100644 --- a/jhu/setup.py +++ b/jhu/setup.py @@ -4,6 +4,7 @@ required = [ "numpy", "pandas", + "pydocstyle", "pytest", "pytest-cov", "pylint", diff --git a/nchs_mortality/setup.py b/nchs_mortality/setup.py index 83e69151a..c30fa8a9d 100644 --- a/nchs_mortality/setup.py +++ b/nchs_mortality/setup.py @@ -4,6 +4,7 @@ required = [ "numpy", "pandas", + "pydocstyle", "pytest", "pytest-cov", "pylint", diff --git a/quidel/setup.py b/quidel/setup.py index 1b4ee2527..e132289ac 100644 --- a/quidel/setup.py +++ b/quidel/setup.py @@ -4,6 +4,7 @@ required = [ "numpy", "pandas", + "pydocstyle", "pytest", "pytest-cov", "pylint", diff --git a/quidel_covidtest/setup.py b/quidel_covidtest/setup.py index 0deb8902f..a45a18a69 100644 --- a/quidel_covidtest/setup.py +++ b/quidel_covidtest/setup.py @@ -4,6 +4,7 @@ required = [ "numpy", "pandas", + "pydocstyle", "pytest", "pytest-cov", "pylint", diff --git a/safegraph/Makefile b/safegraph/Makefile index 56a71a88c..968732f99 100644 --- a/safegraph/Makefile +++ b/safegraph/Makefile @@ -13,7 +13,8 @@ install: venv lint: . env/bin/activate; \ - pylint $(dir) + pylint $(dir); \ + pydocstyle $(dir) test: . env/bin/activate ;\ diff --git a/safegraph/setup.py b/safegraph/setup.py index b6918ac12..b6e079767 100644 --- a/safegraph/setup.py +++ b/safegraph/setup.py @@ -4,6 +4,7 @@ required = [ "covidcast", "numpy", + "pydocstyle", "pandas", "pytest", "pytest-cov", diff --git a/safegraph_patterns/Makefile b/safegraph_patterns/Makefile index 56a71a88c..968732f99 100644 --- a/safegraph_patterns/Makefile +++ b/safegraph_patterns/Makefile @@ -13,7 +13,8 @@ install: venv lint: . env/bin/activate; \ - pylint $(dir) + pylint $(dir); \ + pydocstyle $(dir) test: . env/bin/activate ;\ diff --git a/safegraph_patterns/setup.py b/safegraph_patterns/setup.py index 4b1ce72db..24325db90 100644 --- a/safegraph_patterns/setup.py +++ b/safegraph_patterns/setup.py @@ -4,6 +4,7 @@ required = [ "numpy", "pandas", + "pydocstyle", "pytest", "pytest-cov", "pylint", diff --git a/usafacts/Makefile b/usafacts/Makefile index 56a71a88c..968732f99 100644 --- a/usafacts/Makefile +++ b/usafacts/Makefile @@ -13,7 +13,8 @@ install: venv lint: . env/bin/activate; \ - pylint $(dir) + pylint $(dir); \ + pydocstyle $(dir) test: . env/bin/activate ;\ diff --git a/usafacts/setup.py b/usafacts/setup.py index 65b4f4e35..e584f2207 100644 --- a/usafacts/setup.py +++ b/usafacts/setup.py @@ -4,6 +4,7 @@ required = [ "numpy", "pandas", + "pydocstyle", "pytest", "pytest-cov", "pylint",