Skip to content

Commit 1192b12

Browse files
committed
fixup! chore: configure linting for the project
1 parent c420650 commit 1192b12

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyrightconfig.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"exclude": [
33
"**/node_modules",
44
"**/__pycache__",
5+
"**/.venv",
6+
"**/venv",
57
"base/build",
68
"base/out",
7-
"specs",
8-
"**/.*"
9-
],
10-
"include": [
11-
".github"
9+
"specs"
1210
],
1311
"typeCheckingMode": "standard",
12+
"pythonVersion": "3.12",
13+
"pythonPlatform": "Linux",
1414
"reportUntypedFunctionDecorator": "error",
1515
"reportMissingTypeStubs": "warning",
1616
"reportMissingParameterType": "error",

0 commit comments

Comments
 (0)