Skip to content

Commit 69963e8

Browse files
feribgedublancas
andauthored
Add environment vars expansion and pre defined git hashes in the yaml (ploomber#120)
* Add environment vars expansion and pre defined git hashes in the yaml file * Fix flake8 lint * Add build time placeholder * test fixes * fixes * fix Co-authored-by: Eduardo Blancas <[email protected]>
1 parent 950cac0 commit 69963e8

File tree

4 files changed

+864
-659
lines changed

4 files changed

+864
-659
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[flake8]
22
# kind is a tmp directory with tutorials, we can delete it once we move their content to the docs
33
exclude = build/, src/soopervisor/assets/aws-lambda/app.py, tests/assets/fast-pipeline/fast_pipeline.py, kind/
4+
max-line-length = 88
5+
extend-ignore = E203

0 commit comments

Comments
 (0)