python: swap black and flake8 for ruff

This commit is contained in:
Evie Litherland-Smith 2024-05-15 11:59:24 +01:00
parent 90ff258200
commit 3f3851b236
3 changed files with 3 additions and 4 deletions

View file

@ -181,7 +181,7 @@
## Formatters
alejandra
shfmt
black
ruff
isort
stylua
nodePackages.prettier

View file

@ -9,7 +9,6 @@
(ps:
with ps; [
python-lsp-server
flake8
mypy
numpy
scipy

View file

@ -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