1
0
Fork 0

Fix skipping of migrations by 'isort'

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
spacecruft
Vasilis Tsiligiannis 2021-01-14 16:04:08 +02:00
parent fd337e9dd0
commit 0f09f58629
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ allow_split_before_dict_value = False
[tool:isort]
use_parentheses = True
skip_glob = migrations,build,.tox,node_modules,satnogs-db-api-client
skip_glob = */migrations,build,.tox,node_modules,satnogs-db-api-client
skip = _version.py,versioneer.py
known_third_party = factory
line_length = 99