Add docstrings flake8 checks.
parent
4af360f411
commit
577f1330da
1
.flake8
1
.flake8
|
@ -3,3 +3,4 @@ max-line-length = 88
|
|||
extend-ignore = E203
|
||||
per-file-ignores =
|
||||
exploration/*.py:E501
|
||||
docstring-convention = numpy
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue