1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

Add tests directory to pyrightconfig.json

This commit is contained in:
Adolfo Gómez García 2024-10-09 18:49:49 +02:00
parent 1fd286c73a
commit ed9499211d
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -1,6 +1,7 @@
{
"include": [
"src/**/*.py",
"tests/**/*.py",
],
"exclude": [
"src/**/scripts",