update pyproject.toml flake8 comment (#31810)

This commit is contained in:
Mason Daugherty 2025-07-01 14:16:38 -04:00 committed by GitHub
parent d0dce5315f
commit f30fe07620
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ select = [
"I", # isort
"T201", # print
"UP", # pyupgrade
"S", # security
"S", # flake8-bandit
]
ignore = [ "UP007", ]