Skip to content

Commit

Permalink
ruff: Do not force us to use isinstance
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Dec 11, 2023
1 parent 059e3a5 commit 81ca8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}

0 comments on commit 81ca8c8

Please sign in to comment.