ZupIT / ritchie-formulas

This repository contains the community formulas that can be executed through Ritchie CLI once imported. This tool is an open source product that allows you to create, store and share any kind of automations, executing them through command lines, to run operations or start workflows ⚙️ 🖥 💡
https://ritchiecli.io
Apache License 2.0
105 stars 72 forks source link

Template Python 2 #344

Closed fabianofernandeszup closed 3 years ago

fabianofernandeszup commented 3 years ago

Pull Request

Description

Template for python 2, run local and with docker.

What kind of change does this PR make

fabianofernandeszup commented 3 years ago

About pre-commit fail. Python2 does not require parentheses, this is a common feature in codes of this version, but the validator is considering the syntax of python3. So ignore this error.