mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-31 09:21:16 -07:00
Data directory should adopt standard Poetry-suggested python package structure (#457)
* Fixes #456 - Our data directory should adopt standard python package structure * a few missed references * updating readme * updating requirements * Running Black * Fixes for flake8 * updating pylint
This commit is contained in:
parent
4d7465c833
commit
c1568e87c0
61 changed files with 1273 additions and 1256 deletions
|
@ -9,9 +9,9 @@ skip_missing_interpreters = true
|
|||
# lints python code in src and tests
|
||||
basepython = python3.9
|
||||
deps = -rrequirements.txt
|
||||
commands = black etl application.py config.py utils.py
|
||||
flake8 etl application.py config.py utils.py
|
||||
# pylint etl application.py config.py utils.py
|
||||
commands = black data_pipeline
|
||||
flake8 data_pipeline
|
||||
pylint data_pipeline
|
||||
|
||||
[testenv:checkdeps]
|
||||
# checks the dependencies for security vulnerabilities and open source licenses
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue