Merge branch '0.8.0--dev' into collections_refactor

This commit is contained in:
th3r00t
2025-08-05 00:19:01 -04:00
committed by GitHub
15 changed files with 83 additions and 1749 deletions

6
pyproject.toml vendored
View File

@@ -90,8 +90,4 @@ include_trailing_comma = true
line_length = 88
multi_line_output = 3
use_parentheses = true
known_third_party = [
"backend", "bs4", "django", "interface", "mobi", "prompt_toolkit",
"psycopg2", "pyfiglet", "requests"
]
known_third_party = ["backend", "bs4", "django", "interface", "mobi", "prompt_toolkit", "psycopg2-binary", "pyfiglet", "requests"]