Add docstrings flake8 checks.

master
junos 2023-07-03 16:49:35 +02:00
parent 4af360f411
commit 577f1330da
2 changed files with 3 additions and 0 deletions

View File

@ -3,3 +3,4 @@ max-line-length = 88
extend-ignore = E203
per-file-ignores =
exploration/*.py:E501
docstring-convention = numpy

View File

@ -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