Browse Source

chore: simplify black configuration (#14518)

josh 5 years ago
parent
commit
cc89b75753
1 changed files with 7 additions and 1 deletions
  1. 7 1
      pyproject.toml

+ 7 - 1
pyproject.toml

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