You've already forked hotpocket
BTHLABS-94: Pass is_netloc_banned from save to share extension
This commit is contained in:
@@ -22,10 +22,10 @@ line_length=80
|
||||
use_parentheses=true
|
||||
combine_as_imports=true
|
||||
star_first=true
|
||||
extend_skip_glob=hotpocket_backend/apps/*/migrations/*.py
|
||||
extend_skip_glob=hotpocket_backend/apps/*/migrations/*.py,hotpocket_backend/playground.py
|
||||
|
||||
[mypy]
|
||||
exclude = (apps/.+?/migrations/.+)|(ops/docker/.+)|(ops/metal/.+)|(testing/.+)
|
||||
exclude = (apps/.+?/migrations/.+)|(ops/docker/.+)|(ops/metal/.+)|(testing/.+)|(playground.py)
|
||||
|
||||
[mypy-celery.*]
|
||||
ignore_missing_imports = true
|
||||
|
||||
Reference in New Issue
Block a user