Accept most of ruff's delinting

This commit is contained in:
James R. Barlow
2023-04-14 00:45:34 -07:00
parent b7eb93eb79
commit 9b8d14d16e
47 changed files with 121 additions and 172 deletions
+1 -4
View File
@@ -4,13 +4,10 @@
from __future__ import annotations
import os
import sys
from pathlib import Path
from subprocess import DEVNULL, PIPE, Popen, run
from subprocess import DEVNULL, PIPE, run
import pytest
from ocrmypdf.exceptions import ExitCode
from ocrmypdf.helpers import check_pdf
from .conftest import run_ocrmypdf