fix(pyproject.toml): update known_first_party

Co-authored-by: Sourab Mangrulkar <13534540+pacman100@users.noreply.github.com>
This commit is contained in:
Saurav Maheshkar
2023-02-28 16:10:38 +05:30
committed by GitHub
co-authored by Sourab Mangrulkar
parent 47601bab7c
commit 7820a539dd
+1 -1
View File
@@ -9,7 +9,7 @@ line-length = 119
[tool.ruff.isort]
default_section = "FIRSTPARTY"
known_first_party = "pet"
known_first_party = "peft"
known_third_party = [
"numpy",
"torch",