ruff/crates/ruff_linter/resources/test/fixtures/flake8_bandit/S508.py

7 lines
168 B
Python

from pysnmp.hlapi import CommunityData
CommunityData("public", mpModel=0) # S508
CommunityData("public", mpModel=1) # S508
CommunityData("public", mpModel=2) # OK