diff --git a/pyproject.toml b/pyproject.toml index 8af42eb..1246a44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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