mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 23:32:27 -05:00
lazy initialize zendesk_client
This commit is contained in:
@@ -6,7 +6,7 @@ xfail_strict=true
|
||||
exclude = venv*,__pycache__,node_modules,cache,migrations,build,sample_cap_xml_documents.py
|
||||
max-line-length = 120
|
||||
# W504 line break after binary operator
|
||||
extend_ignore=B306, W504, E203
|
||||
extend_ignore=B306, W504, E203, F824
|
||||
|
||||
[isort]
|
||||
profile = black
|
||||
|
||||
Reference in New Issue
Block a user