python: swap black and flake8 for ruff
This commit is contained in:
parent
90ff258200
commit
3f3851b236
|
@ -181,7 +181,7 @@
|
|||
## Formatters
|
||||
alejandra
|
||||
shfmt
|
||||
black
|
||||
ruff
|
||||
isort
|
||||
stylua
|
||||
nodePackages.prettier
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
(ps:
|
||||
with ps; [
|
||||
python-lsp-server
|
||||
flake8
|
||||
mypy
|
||||
numpy
|
||||
scipy
|
||||
|
|
|
@ -33,5 +33,5 @@ ignore = [
|
|||
]
|
||||
unfixable = ["W", "B", "PD", "NPY", "RUF", "E101", "E501", "C901", "I001", "I002"]
|
||||
|
||||
# [format]
|
||||
# docstring-code-format = true
|
||||
[format]
|
||||
docstring-code-format = true
|
||||
|
|
Reference in a new issue