michaelhly / solana-py

Solana Python SDK
https://michaelhly.github.io/solana-py
MIT License
1.04k stars 273 forks source link

Update ruff Dependency to Latest Version #452

Closed HaranK007 closed 1 month ago

HaranK007 commented 1 month ago

Hi, I noticed that the current ruff version in the project is set to ruff = "^0.0.219", which is quite outdated. Could you please consider updating it to use the latest version?

It might also be helpful to set the version requirement as ruff = "*" to automatically track the latest stable version.

kevinheavey commented 1 month ago

It might also be helpful to set the version requirement as ruff = "*" to automatically track the latest stable version.

Let's not do this part