Commit e09e15d
committed
fix(template): remove trailing comma in pyright config
The trailing comma in the JSON configuration was causing syntax validation issues. JSON syntax doesn't allow trailing commas, so this was causing parsing errors in tools that strictly validate JSON. The removal ensures the configuration remains valid and properly interpreted by pyright and other JSON parsers.
This change maintains compatibility with strict JSON parsers while preserving the intended configuration settings. No functional changes were made to the actual linter rules.1 parent 873e1a5 commit e09e15d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
0 commit comments