pappasam / jedi-language-server

A Python language server exclusively for Jedi. If Jedi supports it well, this language server should too.
MIT License
596 stars 45 forks source link

Disparate dev tools -> ruff + nox #291

Closed pappasam closed 11 months ago

pappasam commented 11 months ago

Replaces the following with ruff:

Also, standardizes run commands across Makefile, precommit, and github actions with nox.

Finally, expresses dev dependencies with "*" so that we don't need to think about their version when running poetry update