Neo23x0 / Loki

Loki - Simple IOC and YARA Scanner
https://www.nextron-systems.com/compare-our-scanners/
GNU General Public License v3.0
3.4k stars 583 forks source link

Replace flake8, isort, and pyupgrade with ruff #229

Closed cclauss closed 1 year ago

cclauss commented 1 year ago

Ruff supports over 500 lint rules and can be used to replace Flake8 (plus dozens of plugins), isort, pydocstyle, yesqa, eradicate, pyupgrade, and autoflake, all while executing (in Rust) tens or hundreds of times faster than any individual tool.

Running ruff --format=github . in GitHub Actions will rapidly provide intuitive GitHub Annotations to contributors.

image

Neo23x0 commented 1 year ago

So, I would have to update some version numbers on the requirements.txt and see if LOKI still builds after that. I guess it would take a few hours to do that and I don't know if and when I find the time to do it.

cclauss commented 1 year ago

Let's close as won't fix because this repo is not actively maintained.

Neo23x0 commented 1 year ago

Why did you even delete the patch branch?