Releases: christophermadsen/emacs-lazy-ruff
Releases · christophermadsen/emacs-lazy-ruff
v0.3.1
What's Changed
- Add variable to track which langs in code blocks should be formatted by @cutonbuminband in #7
- Fix for org-mode block check by @bon in #8
New Contributors
- @cutonbuminband made their first contribution in #7
- @bon made their first contribution in #8
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- @LefterisJP made code abstractions/improvements and added an option for exclusively performing a code check with no changes to checked code #5
- When formatting code, the window placement will now stay at its original placement, thanks to @pace-gene in #4
New Contributors
- @purcell made their first contribution in #5
- @LefterisJP made their first contribution in #4
Full Changelog: v0.2.4...v0.3.0
v0.2.4
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
New Contributors
Full Changelog: v0.2.2...v0.2.3
Deprecation Warning
lazy-ruff-mode-global-toggle
has been depracted in favour of usingdefine-globalized-minor-mode
for defining a global version of the minorlazy-ruff-mode
.lazy-ruff-mode-global-toggle
will be removed inv0.3.0
.
V0.2.2
Full Changelog: v0.2.1...v0.2.2
v0.2.1
- Made the basic config friendlier and safer. The basic config will now use pyproject.toml or ruff.toml settings for
ruff
. - Removed unecessary error handling.
Full Changelog: v0.2.0...v0.2.1
V0.2
First Release for MELPA.
Full Changelog: https://github.com/christophermadsen/emacs-lazy-ruff/commits/v0.2.0