mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Ignore `S701
` in Ruff
This commit is contained in:
parent
bf88cd44d0
commit
3c8b76d1cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user