Ignore `S701` in Ruff

This commit is contained in:
Adam Turner 2023-01-23 08:04:59 +00:00
parent bf88cd44d0
commit 3c8b76d1cc

View File

@ -167,6 +167,7 @@ ignore = [
"S105", # possible hardcoded password
"S113", # probable use of requests call without timeout
"S324", # probable use of insecure hash functions
"S701", # use autoescape=True for Jinja
# flake8-simplify
"SIM102", # nested 'if' statements
"SIM103", # return condition directly