We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249bdf5 commit baab606Copy full SHA for baab606
CHANGES
@@ -25,8 +25,17 @@ _Maintenance only, no bug fixes or features_
25
26
### Internal improvements
27
28
+- Move formatting, import sorting, and linting to [ruff].
29
+
30
+ This rust-based checker has dramatically improved performance. Linting and
31
+ formatting can be done almost instantly.
32
33
+ This change replaces black, isort, flake8 and flake8 plugins.
34
35
- libvcs: 0.21.1 -> 0.21.2 (addition of ruff)
36
37
+[ruff]: https://ruff.rs
38
39
## vcspull v1.20.3 (2023-05-14)
40
41
### Bug fix
0 commit comments