exclude local_test from isort

This commit is contained in:
JensDiemer 2022-09-15 11:44:08 +02:00
parent 7b3e81110c
commit a128da8e0d

View file

@ -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