mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-05-01 04:04:59 +00:00
style: ignore string over-use in migrations files
This commit is contained in:
parent
8cc237e7a3
commit
f1831deafa
1 changed files with 3 additions and 2 deletions
|
|
@ -39,8 +39,9 @@ ignore =
|
|||
DAR203
|
||||
|
||||
per-file-ignores =
|
||||
# Allow to have magic numbers inside migrations and wrong module names:
|
||||
*/migrations/*.py: WPS102, WPS114, WPS432
|
||||
# Allow to have magic numbers inside migrations, wrong module names,
|
||||
# and string over-use:
|
||||
*/migrations/*.py: WPS102, WPS114, WPS226, WPS432
|
||||
# Allow `__init__.py` with logic for configuration:
|
||||
test_project/settings.py: S105, WPS226, WPS407
|
||||
tests/test_*.py: N806, S101, S404, S603, S607, WPS118, WPS226, WPS432, WPS442
|
||||
|
|
|
|||
Loading…
Reference in a new issue