mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
exclude local_test from isort
This commit is contained in:
parent
7b3e81110c
commit
a128da8e0d
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ line_length = 100
|
|||
# https://pycqa.github.io/isort/docs/configuration/config_files/#pyprojecttoml-preferred-format
|
||||
atomic=true
|
||||
profile='black'
|
||||
skip_glob=["*/htmlcov/*","*/migrations/*"]
|
||||
skip_glob=["*/htmlcov/*","*/migrations/*","*/local_test/*"]
|
||||
known_first_party=['django_yunohost_integration']
|
||||
line_length=100
|
||||
lines_after_imports=2
|
||||
|
|
Loading…
Reference in a new issue