CyberPunkMetalHead / Binance-volatility-trading-bot

This is a fully functioning Binance trading bot that measures the volatility of every coin on Binance and places trades with the highest gaining coins If you like this project consider donating though the Brave browser to allow me to continuously improve the script.
MIT License
3.39k stars 774 forks source link

Blacked all files which improves readability #194

Closed Geeks-Sid closed 1 year ago

Geeks-Sid commented 3 years ago

This is a PR where black was applied essentially reformatting the code.

This PR can be considered only if some standards are important to be followed. If not, please feel free to ignore and close the PR.

The only addition in the PR is ease of reading.

I have not testes this in 'prod' since I am not currently able to trade with live money.

PRs that wont be accepted

What are you addressing in this PR

Place X in the slot...

  • [ ] Functionality
  • [ ] Ease of use
  • [ ] Bug fix

How have you tested this PR

In your own words, please share how this makes the codebase better.

This makes the code slightly more readable and ensures some certain standards are followed.