Luis Menina
Luis Menina
Be careful, in this format, something like: {{ field or '' }} will be escaped in the resulting XML: {{ field or \'\' }}
Flake8 doesn't only check PEP8 conformance. Flake8 is a frontend for pycodestyle (which checks PEP8), pyflakes (which checks validity), and mccabe (checks algorithmic complexity). Pylint is a linter, not a...
Never tried flake8 plugins (only started using pyflakes, then flake8 a few weeks ago). But the whole point is to have flake8 integrated with your editor, so you can have...
> If I may add my 2¢ of peanut gallery opinion, I would like to suggest officially dumping the prehistoric "Manually wrap anything that exceeds 72 or 79 characters/columns" rule,...
Yeah, at work we shifted to black with 90 columns per line a few months ago, which I found to be a good compromise. If you totally want to avoid...
BTW, I think this "code quality" bug is way too large. Splitting it into multiple bugs on which this one would depend would be much less daunting for newcomers that...
Seems you're right: ``` writing output... [ 16%] howtos/collect_licenses writing output... [ 17%] howtos/custom_generators howtos/custom_generators.rst:7:doesn: howtos/custom_generators.rst:45:doesn: writing output... [ 18%] howtos/generic_ci_artifactory writing output... [ 18%] howtos/header_only writing output... [ 19%]...