We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae0c89 commit 9d51d24Copy full SHA for 9d51d24
pyproject.toml
@@ -154,10 +154,6 @@ ignore = [
154
"PT007", # pytest-parametrize-values-wrong-type (style choice)
155
"PT011", # pytest-raises-too-broad (we frequently test for generic errors)
156
]
157
-"benchmarks/*" = [
158
- # Disabled rules in benchmarks
159
- "S", # flake8-bandit (security checks are not necessary in benchmarks)
160
-]
161
"newrelic/admin/*" = [
162
# Disabled rules in admin scripts
163
"S108", # flake8-bandit (hardcoded log files are never used as input)
0 commit comments