Replies: 1 comment 2 replies
-
Sorry I missed this issue. Not sure why you added an "enhancement" label when this is clearly a question. Typeguard does not operate based on directories, but modules (and I assume you are talking about the import hook). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I'm currently using typeguard for one of my projects. I'm using it via the
pytest plugin
and usingnox
to actually "run" it.My code is like this:
(So basically only the last line is the command that really gets called with typeguard checking).
I want to know, if it's possible to exclude an entire directory from being checked, for example via a command line parameter and not by editing any code in the corresponding directory?
Many thanks in advance ;)
Beta Was this translation helpful? Give feedback.
All reactions