1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-09-08 21:30:57 +02:00

cleanup plugantic and pkg apps, make BaseHook actually create its own settings

This commit is contained in:
Nick Sweeting
2024-09-06 01:48:18 -07:00
parent 0e79a8b683
commit b56b1cac35
29 changed files with 272 additions and 466 deletions

View File

@@ -120,6 +120,9 @@ target-version = "py310"
src = ["archivebox"]
exclude = ["*.pyi", "typings/", "migrations/", "vendor/"]
[tool.ruff.lint]
ignore = ["E731"]
[tool.pytest.ini_options]
testpaths = [ "tests" ]