Add rule for jinja2.Template to remind common environment use
This commit is contained in:
parent
0dd69d9dc5
commit
f320afb269
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ max-line-length = 180
|
|||
extend-ignore = F541, E203
|
||||
extend-exclude = */migrations/*
|
||||
ban-relative-imports = parents
|
||||
banned-modules =
|
||||
jinja2.Template = Use apply_jinja_template instead
|
||||
|
||||
[pytest]
|
||||
# https://pytest-django.readthedocs.io/en/latest/configuring_django.html#order-of-choosing-settings
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue