Search code examples
running pep8 or pylint on cython code...


cythonpylintpep8flake8

Read More
Does anything supercede PEP 8?...


pythonpep8pep

Read More
flake8 & pycodestyle/pep8 not showing E721 errors...


pythonpep8flake8pycodestyle

Read More
proper formatting of python multiline [ for in ] statement...


pythoncoding-stylepep8pep

Read More
comparison to False should be 'if cond is False:' or 'if not cond:...


pythonpython-3.xpep8

Read More
Phython: missing-function-docstring (pylance)...


pythonpep8pylance

Read More
How to break a line in a function definition in Python according to pep8?...


pythonpep8

Read More
"assert" statement with or without parentheses...


pythonassertparenthesespep8statements

Read More
Why do maximum line lengths sometimes end with 9?...


conventionspep8

Read More
Does PEP8 suggest returning a variable or a function call from a method?...


pythonpep8

Read More
How to break a long line with multiple bracket pairs?...


pythonpython-3.xline-breakspep8

Read More
E501 line too long (Break up a Directory)...


pythonpep8

Read More
PEP 8, why no spaces around '=' in keyword argument or a default parameter value?...


pythonpep8

Read More
PEP 8 - Aligning parameters by adding whitespace...


pythonpep8

Read More
PEP8 best docstring practice when function has multiple different return...


pythonfunctionpep8docstring

Read More
Visual studio code suppress pep8 warnings...


visual-studio-codepep8

Read More
What's the 'cleanest' way to indent multiple function arguments considering pep8?...


pythonpep8

Read More
Is using magic methods in high level Python code is allowed by PEP8?...


pythonpep8

Read More
ipython3 notebook vertical margin/marker line at 80 characters...


python-3.xpep8jupyter-notebook

Read More
What is PEP8's E128: continuation line under-indented for visual indent?...


pythonsublimetext2pep8

Read More
Python for-loop without index and item...


pythonfor-looppep8

Read More
What does it means to not exceeding 80 characters in a line in Python?...


pythoncoding-stylepep8

Read More
Does pep8 fail to recognize `# noqa` in some instances?...


pythoncoding-stylepep8

Read More
Python - Line too long, how can I break this?...


pythonpep8

Read More
How to indent correctly multi-line list of arguments inside function call in Python...


pythonpep8

Read More
What's convention for naming a class or method as "class" in Python?...


pythonnaming-conventionspep8

Read More
Use of None and self keywords in method construction...


pythonpython-3.7pep8

Read More
PyCharm shows "PEP8: expected 2 blank lines, found 1"...


python-2.7pycharmpep8

Read More
PEP guide for dictionary keys in python...


pythonpython-3.xpep8

Read More
Pythonic implementation of quiet / verbose flag for functions...


pythonvariablespep8

Read More
BackNext