edtechre / pybroker

Algorithmic Trading in Python with Machine Learning
https://www.pybroker.com
Other
2.09k stars 262 forks source link

Add Ruff for Python linter and code formatter #106

Closed albertandking closed 8 months ago

albertandking commented 8 months ago

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
edtechre commented 8 months ago

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

edtechre commented 8 months ago

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

albertandking commented 8 months ago

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?