mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Exclude wagtail/utils/l18n from linting
This commit is contained in:
parent
6793f76890
commit
a34c87f080
1 changed files with 2 additions and 1 deletions
|
|
@ -3,13 +3,14 @@ python-tag = py3
|
|||
|
||||
[flake8]
|
||||
ignore = E501,E303
|
||||
exclude = wagtail/project_template/*
|
||||
exclude = wagtail/project_template/*,wagtail/utils/l18n/*
|
||||
max-line-length = 120
|
||||
|
||||
[isort]
|
||||
line_length=100
|
||||
multi_line_output=4
|
||||
skip=migrations,project_template
|
||||
skip_glob=*/wagtail/utils/l18n/*
|
||||
known_first_party=wagtail
|
||||
known_third_party=willow,modelcluster,taggit,django,unidecode,bs4,pytz,PIL
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue