diff --git a/.flake8 b/.flake8 index 6c1ce17..0d24263 100644 --- a/.flake8 +++ b/.flake8 @@ -3,3 +3,4 @@ max-line-length = 88 extend-ignore = E203 per-file-ignores = exploration/*.py:E501 +docstring-convention = numpy diff --git a/config/environment.yml b/config/environment.yml index 26eb247..084c5c7 100644 --- a/config/environment.yml +++ b/config/environment.yml @@ -6,6 +6,7 @@ dependencies: - black - isort - flake8 + - flake8-docstrings - imbalanced-learn=0.10.0 - jupyterlab - jupytext @@ -15,6 +16,7 @@ dependencies: - pandas - psycopg2 >= 2.9.1 - pre-commit + - pydocstyle - python-dotenv - pytz - pyprojroot