Skip to content

Commit 01eb727

Browse files
committed
fixup! chore: configure linting for the project
1 parent bd8d473 commit 01eb727

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
"specs",
5151
"base/build"
5252
],
53+
"python.analysis.include": [
54+
".github"
55+
],
5356
"ruff.configuration": "${workspaceFolder}/ruff.toml",
5457
"ruff.lint.enable": true
5558
}

pyrightconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"specs",
77
"**/.*"
88
],
9+
"include": [
10+
".github"
11+
],
912
"typeCheckingMode": "standard",
1013
"reportUntypedFunctionDecorator": "error",
1114
"reportMissingTypeStubs": "warning",

0 commit comments

Comments
 (0)