We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d36baf commit 8fdb42cCopy full SHA for 8fdb42c
.vscode/settings.json
@@ -1,5 +1,8 @@
1
{
2
"python.linting.flake8Enabled": true,
3
"python.linting.pylintEnabled": false,
4
- "python.linting.enabled": true
+ "python.linting.enabled": true,
5
+ "[markdown]": {
6
+ "editor.trimAutoWhitespace": false
7
+ }
8
}
README.md
@@ -1,3 +1,4 @@
+```
__ _
_ __ ___ _ __ / _| __ _ _ __ | |_
| '_ \ / _ \ '__| |_ _____ / _` | '_ \| __|
@@ -6,6 +7,7 @@
|_| |___/|_|
9
Performance analysis and optimisation with LLMs
10
11
12
# Examples
13
0 commit comments