Replies: 1 comment 1 reply
-
Yes, you can do this through the use of a If you are running the command-line version of pyright, you also have the option of specifying different config files that run on different parts of your code base. You could then write a script that invokes pyright multiple times, each time specifying a different config file. Each config file can specify a different set of source files (through the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is it possible, configure pyright with file-specific settings?
I'm aware that the
ignore
config option allows for checking of specific files to be disabled... But is it possible to e.g. ignore just one type of error for specific files?Beta Was this translation helpful? Give feedback.
All reactions