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 extend-ignore = E203
per-file-ignores = per-file-ignores =
exploration/*.py:E501 exploration/*.py:E501
docstring-convention = numpy

View File

@ -6,6 +6,7 @@ dependencies:
- black - black
- isort - isort
- flake8 - flake8
- flake8-docstrings
- imbalanced-learn=0.10.0 - imbalanced-learn=0.10.0
- jupyterlab - jupyterlab
- jupytext - jupytext
@ -15,6 +16,7 @@ dependencies:
- pandas - pandas
- psycopg2 >= 2.9.1 - psycopg2 >= 2.9.1
- pre-commit - pre-commit
- pydocstyle
- python-dotenv - python-dotenv
- pytz - pytz
- pyprojroot - pyprojroot