Skip to content

Commit 83770f6

Browse files
committed
QA
1 parent da6caca commit 83770f6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"restructuredtext.confPath": "${workspaceFolder}/docs/source"
3+
}

tox.ini

+3
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ commands = python setup.py test
2626
max-line-length = 120
2727
; exclude = tests/*
2828
max-complexity = 10
29+
30+
[isort]
31+
profile=black

0 commit comments

Comments
 (0)