mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 16:19:10 +00:00
* Update run_ci.sh * fix flake8 warning s3-lambda.py 1. Two blank lines before the function definition (E302). 2. Four-space indentation (E111, E114). 3. Spaces around operators (E225). 4. Correct alignment for comments.