enhance: svg/*.py module support inside pyright config

This commit is contained in:
ful1e5 2021-11-23 17:39:03 +05:30
parent 47808ca4fe
commit 8656ee0309
2 changed files with 5 additions and 1 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]
### Added
- `svg/*.py` module support inside `pyright` config
## [v1.2.3] - 23 Nov 2021
### Added

View file

@ -1,5 +1,5 @@
{
"include": ["builder"],
"include": ["builder", "svg"],
"exclude": ["**/node_modules", "**/__pycache__"],
"reportMissingImports": true,