Skip to content

Commit 2e9c90f

Browse files
committed
Linting
1 parent c77d1b5 commit 2e9c90f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.vscode/settings.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"editor.tabSize": 4,
33
"editor.insertSpaces": true,
4-
4+
55
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
66
"python.terminal.activateEnvironment": true,
7-
7+
88
"python.analysis.extraPaths": ["${workspaceFolder}"],
99
"python.analysis.diagnosticMode": "workspace",
1010
"python.analysis.typeCheckingMode": "basic",
1111
"python.analysis.autoImportCompletions": true,
12-
12+
1313
"python.testing.pytestArgs": ["tests"],
1414
"python.testing.unittestEnabled": false,
1515
"python.testing.pytestEnabled": true,
@@ -57,21 +57,21 @@
5757

5858
"files.trimTrailingWhitespace": true,
5959
"files.insertFinalNewline": true,
60-
60+
6161
"files.associations": {
6262
"*.yaml": "yaml",
6363
"*.yml": "yaml",
6464
"*.md": "markdown"
6565
},
66-
66+
6767
"files.exclude": {
6868
"**/__pycache__": true,
6969
"**/.pytest_cache": true,
7070
"**/.ruff_cache": true,
7171
"**/*.egg-info": true,
7272
"**/.coverage": true
7373
},
74-
74+
7575
"search.exclude": {
7676
"**/output": true,
7777
"**/node_modules": true,
@@ -80,7 +80,7 @@
8080
"**/package-lock.json": true,
8181
"**/site/dist": true
8282
},
83-
83+
8484
"files.watcherExclude": {
8585
"**/htmlcov": true,
8686
"**/docs/_build": true

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Your package name
22

3-
Your documention starts here ...
3+
Your documentation starts here ...

0 commit comments

Comments
 (0)