Skip to content

Commit

Permalink
docs(CHANGES): Note moving to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed May 27, 2023
1 parent 787bc67 commit 0cf3173
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,21 @@ $ pip install --user --upgrade --pre unihan-db

## unihan-db 0.8.x (unreleased)

<!-- Maintainers, insert changes / features for the next release here -->

- _Insert changes/features/fixes for next release here_

### Internal improvements

- Move formatting, import sorting, and linting to [ruff].

This rust-based checker has dramatically improved performance. Linting and
formatting can be done almost instantly.

This change replaces black, isort, flake8 and flake8 plugins.

[ruff]: https://ruff.rs

## unihan-db 0.7.2 (2023-05-13)

### Packaging
Expand Down

0 comments on commit 0cf3173

Please sign in to comment.