python – Ignore specific file for linting in Visual Studio Code

So I want to ignore the errors for my jupyter notebook code, since Im just using it to store code which I copy paste into my terminal. I tried to to edit the settings and even tried to change the interpretation method (see screen shots). Also when I turn of the filter for excluded files, they still appear. Im just using the jupyter notebook cause its a good alternative for markdown documents to pretty show copy paste code. If anyone has even a better solution, maybe one which can directly send code to the visual studio terminal (jupyter only allows to execute below code cells) would be much appreciated 🙂 Thanks already for the help.

file which should be ignored
what i have tried

I tried to to edit the settings and even tried to change the interpretation method (see screen shots).

Read more here: Source link