From da2922817bcd220d76dad93c55f9b14af5710ffc Mon Sep 17 00:00:00 2001 From: psuedomagi Date: Wed, 19 Jun 2024 16:39:23 -0400 Subject: [PATCH] finally found the pyproject.toml error... --- CONTRIBUTING.md | 2 ++ backend/pyproject.toml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0113d54da3..c0edce6e5b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,8 @@ Thank you for considering contributing to this repo! **I welcome any contribution. You can improve documentation, triage bugs, write tutorials, fix small and large mistakes, add features, or refactor the whole shebang (let's discuss that last one first though).** +**When you submit a contribution, you agree to license your work under the same license as this project.** + ## Ground Rules > Responsibilities diff --git a/backend/pyproject.toml b/backend/pyproject.toml index c3a5b8540e..8e58114936 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -165,8 +165,6 @@ ignore = [ [tool.ruff.lint.isort] force-single-line = false force-wrap-aliases = false -lines-after-imports = false -lines-between-types = false split-on-trailing-comma = false [tool.ruff.lint.pydocstyle]