Commit 13b4c847 authored by Joel Collins's avatar Joel Collins
Browse files

Fixed node_modules exclusion from Black

parent 10d264c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ pylint = "^2.3"
black = {version = "^18.3-alpha.0",allow-prereleases = true}

[tool.black]
exclude = '(\.eggs|\.git|\.venv)'
exclude = '(\.eggs|\.git|\.venv|node_modules/)'

[tool.isort]
multi_line_output = 3