Skip to content

Commit 9d51d24

Browse files
committed
TEMP
1 parent 7ae0c89 commit 9d51d24

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,6 @@ ignore = [
154154
"PT007", # pytest-parametrize-values-wrong-type (style choice)
155155
"PT011", # pytest-raises-too-broad (we frequently test for generic errors)
156156
]
157-
"benchmarks/*" = [
158-
# Disabled rules in benchmarks
159-
"S", # flake8-bandit (security checks are not necessary in benchmarks)
160-
]
161157
"newrelic/admin/*" = [
162158
# Disabled rules in admin scripts
163159
"S108", # flake8-bandit (hardcoded log files are never used as input)

0 commit comments

Comments
 (0)