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

--- scantpaper-3.0.2.orig/pytest.ini
+++ scantpaper-3.0.2/pytest.ini
@@ -1,3 +1,2 @@
 [pytest]
-#addopts = --black --pylint --cov=scantpaper --cov-report=html --cov-fail-under=80
-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
