Search code examples
flake8: ignore F841 unused variable for variable name _ex...


pythonpython-3.xflake8

Read More
How to make pylint, flake8 or pycodestyle to automatically correct errors?...


pylintflake8autopep8pycodestyle

Read More
Python AutoPep8 formatting not working with max line length parameter...


pythonvisual-studio-codeflake8autopep8

Read More
Flake8 error: E712 comparison to True should be 'if cond is True:' or 'if cond:'...


pythonif-statementflake8

Read More
How to make VSCode Flake8 extension to use the plugin "pep8-naming"?...


visual-studio-codepluginsflake8

Read More
How to tell flake8 to ignore comments...


pythonpep8flake8

Read More
Exclude entire directory with whitespace in name...


pythonflake8linter

Read More
How to Update Flake8 Settings in VSCode Following Deprecation Warning...


pythonvisual-studio-codeflake8

Read More
How to use Flake8 in VSCode?...


pythonvisual-studio-codeanacondalintflake8

Read More
Per-project flake8 max line length?...


pythongitflake8

Read More
How to remove warnings as comments in vim?...


vimpylintflake8vim-ale

Read More
How can tools catch unintentional trailing comma that creates a tuple?...


pythonpycharmstatic-analysispylintflake8

Read More
Ignore specific string in flake8 warning when using icecream...


pythonflake8

Read More
Flake8 gives F832 Undefined Name despite using "from __future__ import annotations"...


pythonpython-typingpython-3.10flake8

Read More
Python typehints and linters...


pythonpython-typingpylintflake8

Read More
Python type hinting with Visual Studio Code & Flake8 plugin (without "missing" Annotat...


pythonvisual-studio-codepython-typingflake8

Read More
How to make sure vscode-python properly display linter entries from `flake8-rst-docstrings` and/or `...


pythonvisual-studio-codeflake8

Read More
flake8: Ignore only F401 rule in entire file...


pythonflake8

Read More
Exclude .env directory from flake8 tests?...


pythondjangoflake8

Read More
Can a walrus expression be put inside square brackets rather than parentheses?...


python-3.xsyntaxflake8python-assignment-expression

Read More
How to block pre-commit using 100% of my CPU?...


pythongitflake8pre-commitpre-commit.com

Read More
How do I get flake8 to reliably ignore rules in VS Code?...


visual-studio-codeflake8

Read More
FileNotFoundError for flake8 python linter args in VSCode...


visual-studio-codeflake8

Read More
How to suppress a warning in one line for pylint and Flake8 at the same time...


pythonpylintflake8

Read More
Restrict Flake8 for older Python version...


pythonflake8

Read More
black and flake8 hooks conflicts...


pre-commit-hookflake8

Read More
E731 do not assign a lambda expression, use a def...


pythonlambdaflake8pep

Read More
SQLAlchemy string relationships cause 'undefined name' complaints by flake8 and mypy...


pythonsqlalchemyrelationshipmypyflake8

Read More
vscode Flake8 ignore...


pythonvisual-studio-codeflake8

Read More
Pre-Commit throwing Errors on Missing whitespace after ":"...


python-3.xpre-commitflake8pre-commit.com

Read More
BackNext