diff --git a/ruff.toml b/ruff.toml deleted file mode 100644 index d9fb19e..0000000 --- a/ruff.toml +++ /dev/null @@ -1,23 +0,0 @@ -line-length = 120 -src = ["image_services"] - -[format] -indent-style = "space" -quote-style = "single" - -[lint] -extend-select = [ - "I", # isort: https://docs.astral.sh/ruff/rules/#isort-i - # TODO: Uncomment the following extensions and address their warnings: - # "UP", # pyupgrade: https://docs.astral.sh/ruff/rules/#pyupgrade-up - # "D", # pydocstyle: https://docs.astral.sh/ruff/rules/#pydocstyle-d - # "ANN", # annotations: https://docs.astral.sh/ruff/rules/#flake8-annotations-ann - # "PTH", # use-pathlib-pth: https://docs.astral.sh/ruff/rules/#flake8-use-pathlib-pth -] - -[lint.pydocstyle] -convention = "google" - -[lint.isort] -case-sensitive = true -lines-after-imports = 2