Fixed node_modules exclusion from Black
This commit is contained in:
parent
10d264c526
commit
13b4c84783
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ pylint = "^2.3"
|
||||||
black = {version = "^18.3-alpha.0",allow-prereleases = true}
|
black = {version = "^18.3-alpha.0",allow-prereleases = true}
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
exclude = '(\.eggs|\.git|\.venv)'
|
exclude = '(\.eggs|\.git|\.venv|node_modules/)'
|
||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
multi_line_output = 3
|
multi_line_output = 3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue