Visual Studio code with PyLint and autoPep8: How can I avoid PyLint to complain about my line length? August 21, 2023 by Tarik I figured out how to do this. Add this line to your settings: "python.linting.pep8Args": ["--max-line-length=100"],