From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Jeffrey Ratcliffe <jffry@posteo.net>
Date: Mar, 29 2026 18:13:48 +0200
Subject: [PATCH] Don't fail the test suite on black or pylint

TODO: Disable the black and pylint tests, as failures don't indicate the
functionality is affected.

---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Forwarded: not-needed

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -40,7 +40,7 @@
 scantpaper = ["app.ui"]
 
 [tool.pytest.ini_options]
-addopts = "--black --timeout=300 --cov=scantpaper --cov-report=html --cov-fail-under=75"
+addopts = "--timeout=300 --cov=scantpaper --cov-report=html --cov-fail-under=75"
 markers = [
     "slow: marks tests as slow (deselect with '-m \"not slow\"')",
 ]
