edtechre / pybroker

Algorithmic Trading in Python with Machine Learning

Home Page:https://www.pybroker.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Ruff for Python linter and code formatter

albertandking opened this issue · comments

Hi, Ed

  1. Ruff is An extremely fast Python linter and code formatter, written in Rust. refer: https://docs.astral.sh/ruff/
  2. We can consider use ruff as linter and code formatter
  3. I can make some changes to dev branch

Thank you Albert! This sounds good to me, I will take a look.

Hi Albert, this looks good. Happy to review changes once they make it to the dev branch.

Hi Albert, this looks good. Happy to review changes once they make it to the dev branch.

Hi, Ed, can you rerun the actions and test it?