summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e8266ae..62eebf4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,6 +27,7 @@ ignore = [
"E203", # whitespace-before-punctuation, doesn't work with ruff format
"INP001", # implicit-namespace-package
"N999", # invalid-module-name
+ "PT009", # pytest-unittest-assertion, conflicts with assert (S101)
"S310", # suspicious-url-open-usage, doesn't work in 0.1.5
"S404", # suspicious-subprocess-import, not stable
"S603", # subprocess-without-shell-equals-true, false positives