Ruff: don't format docstrings

This commit is contained in:
Evie Litherland-Smith 2024-07-04 15:52:36 +01:00
parent 744055a691
commit d5de6cf834

View file

@ -35,4 +35,4 @@ ignore = [
unfixable = ["W", "B", "PD", "NPY", "RUF", "E101", "E501", "C901", "I001", "I002"]
[format]
docstring-code-format = true
docstring-code-format = false