mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-16 16:14:45 -04:00
enhance: svg/*.py
module support inside pyright
config
This commit is contained in:
parent
47808ca4fe
commit
8656ee0309
2 changed files with 5 additions and 1 deletions
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- `svg/*.py` module support inside `pyright` config
|
||||||
|
|
||||||
## [v1.2.3] - 23 Nov 2021
|
## [v1.2.3] - 23 Nov 2021
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"include": ["builder"],
|
"include": ["builder", "svg"],
|
||||||
"exclude": ["**/node_modules", "**/__pycache__"],
|
"exclude": ["**/node_modules", "**/__pycache__"],
|
||||||
|
|
||||||
"reportMissingImports": true,
|
"reportMissingImports": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue