Chore: Enable ruff FBT (#8645)

This commit is contained in:
Sebastian Steinbeißer 2025-02-07 18:12:03 +01:00 committed by GitHub
parent b274665e21
commit e560fa3be0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 133 additions and 65 deletions

View file

@ -188,7 +188,7 @@ class TestExportImport(
return manifest
def test_exporter(self, use_filename_format=False):
def test_exporter(self, *, use_filename_format=False):
shutil.rmtree(os.path.join(self.dirs.media_dir, "documents"))
shutil.copytree(
os.path.join(os.path.dirname(__file__), "samples", "documents"),