We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0774c02 commit cdb145bCopy full SHA for cdb145b
.vscode/settings.json
@@ -4,6 +4,9 @@
4
"files.trimFinalNewlines": true,
5
"files.trimTrailingWhitespace": true,
6
"editor.formatOnSave": true,
7
+ "editor.codeActionsOnSave": {
8
+ "source.organizeImports": true,
9
+ },
10
"python.testing.unittestEnabled": false,
11
"python.testing.nosetestsEnabled": false,
12
"python.testing.pytestEnabled": true,
@@ -17,5 +20,6 @@
17
20
"**/.ipynb_checkpoints/": true,
18
21
"**/build/**": true,
19
22
"**/.coverage*": true
- }
23
24
+ "restructuredtext.confPath": ""
25
}
pyproject.toml
@@ -24,4 +24,6 @@ exclude = '''
'''
26
[tool.isort]
27
-profile = "black"
+profile = "black"
28
+remove_redundant_aliases = true
29
+src_paths = ["graphtik", "test", "docs/source"]
0 commit comments