diff --git a/pyproject.toml b/pyproject.toml index 27e01a8..9f91f8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,4 +9,4 @@ skip_gitignore = true [tool.ruff] line-length = 120 -per-file-ignores = {"signxml/__init__.py" = ["F401"], "signxml/xades/__init__.py" = ["F401"]} +per-file-ignores = {"signxml/__init__.py" = ["F401"], "signxml/xades/__init__.py" = ["F401"], "signxml/verifier.py" = ["E721"]}