Просмотр исходного кода

chore: simplify black configuration (#14518)

josh 5 лет назад
Родитель
Сommit
cc89b75753
1 измененных файлов с 7 добавлено и 1 удалено
  1. 7 1
      pyproject.toml

+ 7 - 1
pyproject.toml

@@ -2,4 +2,10 @@
 line-length=100
 line-length=100
 target-version=['py27']
 target-version=['py27']
 include='\.py$'
 include='\.py$'
-exclude='(.eggs|.git|.venv|build|dist|south_migrations|node_modules)'
+exclude='''
+(
+      \.venv/
+    | node_modules/
+    | south_migrations/
+)
+'''