P
P
Python Newbie2021-11-20 09:31:48
Linter
Python Newbie, 2021-11-20 09:31:48

How to make flake8 setting for all areas in vs code?

I have a setup.cfg file:

[flake8]
exclude = .git,__pycache__,env,venv,.venv
max-line-lenght = 120
max-complexcity = 8


But it is in the project folder. Is it possible to put it in the vs code settings so that it works everywhere and is synchronized, but if another such file is found in the project folder, then use it. If so, how?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question